Language Dictionary

Introduction

In this assignment you’ll practice

Problem Description

You want to quickly look up word translations in foreign languges.

Solution Description

Write a script that takes two command line arguments, a word and a target language, and prints the word from the target language that corresponds to the word provided. Provide at least the following words, feel free to add your own:

endefr
good byeauf wiedersehenau revoir
helloguten tagbonjour
to be:seinêtre
to have:habenavoir
to lose:verlierenperdre
to loveliebenaimer
to practiceübens’entraîner
to wingewinnengagner

Tips and Considerations