a python program? 1. I think you would agreed that it is always tedious to find the meaning of a word in the dictionary, right? Hence you have been tasked to create an interactive dictionary using python. a) Save 20 words (Any words of your choice) together with their meaning in a text, json or xml file. b) Load the file in your application and allow the user to search for the saved words. c) If the user searches for a word not part of the saved list, show an error message. d) If the user’s word is found in the list, show the meaning of the word. e) If the user types an invalid option, such as a number, show an appropriate error message. f) Allow the user to search for a closest match for the word entered, if it is not found in the list. If the user selects No end the program.
a python
1. I think you would agreed that it is always tedious to find the meaning of a word in
the dictionary, right?
Hence you have been tasked to create an interactive dictionary using python.
a) Save 20 words (Any words of your choice) together with their meaning in a
text, json or xml file.
b) Load the file in your application and allow the user to search for the saved
words.
c) If the user searches for a word not part of the saved list, show an error
message.
d) If the user’s word is found in the list, show the meaning of the word.
e) If the user types an invalid option, such as a number, show an appropriate
error message.
f) Allow the user to search for a closest match for the word entered, if it is not
found in the list. If the user selects No end the program.
Step by step
Solved in 3 steps with 1 images
Can you plz send me the code for the words.json file?
how would i add this
f) Allow the user to search for a closest match for the word entered, if it is not
found in the list. If the user selects No end the program.