Dictionaries: MySpanishDictionary_YI.py

Dictionaries
Screen Shot 2016-01-06 at 1.34.15 AM

dictionary methods

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:
    1. Translate an english word
    2. Display all english words in the dictionary
    3. Add new english/spanish entries
    4. 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