Skip to main content
my python programs
Share
Get link
Facebook
X
Pinterest
Email
Other Apps
September 24, 2020
English Dictionary
from PyDictionary import PyDictionary
dictionary=PyDictionary()
l=input("Enter phrase to search for ")
print(dictionary.meaning(l))