dictionary made by Arin bansal
print("please enter word in small letters")
print("\n")
w=(input("Please enter the word : "))
if(w=='mischievous'):
print("meaning -> naughtily")
elif (w=="troublesome"):
print("meaning -> causing trouble")
elif (w=="entertainer"):
print("meaning -> a person such a singer,dancer and comedian,whose work is to entertain us")
elif (w=="miserable"):
print("meaning -> unhappy")
elif (w=="revealed"):
print("meaning -> make(secret information)know to others")
elif (w=="engaged"):
print("meaning -> having one's attention or mind or energy engaged")
elif (w=="appeared"):
print("meaning -> come in sight")
elif (w=="admiration"):
print("meaning -> a favourable jugment")
elif (w=="approved"):
print("meaning -> established by athority")
elif (w=="truimphantly"):
print("meaning -> In a truimphan manner")
elif (w=="dodged"):
print("meaning -> make a sudden movement in a new direction")
elif (w=="spotted"):
print("meaning -> to locate something")
elif (w=="bystanders"):
print("meaning -> A non participant spectator")
elif (w=="relieved"):
print("meaning -> To ease out ")
elif (w=="tadpoles"):
print("meaning -> Larva of a frog")
elif (w=="grin"):
print("meaning -> kind of smile")
elif (w=="swerved"):
print("meaning -> turn sharply")
elif (w=="discreat"):
print("meaning -> That does not attend direction")
elif (w=="sauntering"):
print("meaning -> walking in a slow manner")
elif (w=="adorn"):
print("meaning -> To decorate")
elif (w=="indignat"):
print("meaning -> expressing anger and surprise")
elif (w=="panicked"):
print("meaning -> sudden fear.")
elif (w=="awning"):
print("meaning -> A sheet of cloth or plastic outside or other material that streches out from above a door or window to keep off the sun and rain.")
elif (w=="glee"):
print("meaning -> feeling of excietment")
elif (w=="panting"):
print("meaning -> breathing heavily")
elif (w=="ridding"):
print("meaning -> something free")
elif(w=="deftly"):
print("meaning ->quickly and skillfully")
elif (w=="arin"):
print("meaning -> strength")
elif(w=="subordinate"):
print("meaning ->having less power or authority than somebody else;less important than something else")
elif (w=="qualification"):
print("meaning -> An exam that you have passed or a course of study that you have completed")
elif (w=="acknowledgement"):
print("meaning -> to recognise")
elif(w=="establishment"):
print("meaning ->to launch")
elif (w=="collapse"):
print("meaning -> sudden fall down or give way ")
elif (w=="conquest"):
print("meaning -> to win ")
else:
print("sorry! not in dictionary")
Comments