Quickpaste.it
Create Paste
Top Pastes
Recent Pastes
Settings
Account
Untitled Paste
Created By
Anonymous
Expires never
Raw
Download
0
if key==i: found=1 print(end='\n') return found print(end='\n') print("Given word not found",end='\n') def display(): print(d) print(end='\n') while(1): print("1.Add a word to the Dictionary") print("2.Update a word in Dictionary") print("3.Display Dictionary") print("4.Search a word for meaning") print("5.Exit") choice=input("Enter your choice:") if choice=="1": key=input("Enter Word:") value=input("Enter Meaning:") print(end='\n') add_word(key,value) elif choice=="2": key=input("Enter word to update:") print(end='\n') update_word(key)