My short dictionary in python(pycharm)

My Dictionary

print("Welcome to Akhand's Dictionary")
d1 = {"Abandoned":"having been deserted or left",
"upset":"Sad",
"Dictionary":"a book or electronic resource that lists the words of a language (typically in alphabetical order) and gives their meaning, or gives the equivalent words in a different language, often also providing information about pronunciation, origin, and usage.",
"Poop":"Solid Waste"}
print("Enter word")
a = input()
print(a,"Means",end=" ")
print(d1[a])

Comments

  1. 🥰🥰😍😍🤮🤮🤮🤮🤮🤮🤮😡😡😡

    ReplyDelete

Post a Comment

Popular posts from this blog

Sets in Python

My Learnings