Skip to content

arghyaghoshal/Dictionary

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Dictionary

print("DICTIONARY") DICTIONARY={"ROSE":"A kind of flower" ,"CYCLE":"A kind of vehicle" ,"BEE":"A kind of insect" ,"COTTAGE":"A type of house"}

print(DICTIONARY)

print("ENTER YOUR WORD-\n") W=input() WORD=W.upper() MEANING=DICTIONARY.get(WORD) print("THE MEANING IS-\n") print(MEANING) print("Is it okay?") input() print("THANK YOU")

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published