Assignment:
Write a python program, YI_MySpanishDictionary.py using functions and dictionaries.
-
Note: You can use a different language. Name your program according to the language you are using.
- Hardcode a dictionary’s english word (key) and its spanish translation (value) for several english words (entries in the dictionary)
- Display a menu for the user to choose:
- Translate an english word
- Display all english words in the dictionary
- Add new english/spanish entries
- Delete english/spanish entries.
- Include an introduction
- Exit the program properly
- Do not forget to keep your code well documented
- Pasting your code on the post is a requirement
- Attaching your file is also a requirement