Hope you enjoyed programming the task. Once again for your convenience, I am sharing below the problem statement:
So, in this tutorial i.e. Python exercise 1 tutorial, what we have to do is to create a dictionary, similar to the real-world dictionary. There is no limit to the definition you provide to any word as this exercise is just for your practice.
The details and functionalities that are essential and must be present are:
The user inputs the word : “programming”
The output will be:
"the process of writing computer programs"
Your main focus should be towards writing a neat and efficient code, using only the knowledge from our previously done tutorials.
# Create a dictionary and take input from the user and return the meaning of the
# word from the dictionary
Dict = {"ignore":"refuse to take notice of or acknowledge", "abandon":"cease to support or look after",
"exaggerate":"enlarged or altered beyond normal proportions", "prejudice":"preconceived opinion that is not based on reason or actual experience"}
print("Enter the Word")
Data1 = input()
print(Data1, "means", Dict[Data1])
vocab={"desire":"To do something","Abundant":"More","Urge":"To get something","Epilogue":"Starting of novel"} print("Enter the word to get the meaning:") v1=input() print("Meaning is:",vocab[v1])
Sir, my dictionary link --> https://github.com/aditya-aditi/python-dictionary
Harry bhai sorry Me apke bare me 1 mahane pahale jana hu Mujhe bhu shout out chahiye tha Me kya keru sir Plz tell
Mujhe bhi Chahiye tha... Shout Out....
No downloadable resources for this video. If you think you need anything, please post it in the QnA!
Any Course related announcements will be posted here