python 2d dictionary
please subscribe my channel - https://bit.ly/2Me2CfB
import PyDictionary
print("\n----------------DICTIONARY----------------\n")
word = input("ENTER WORD : ")
meaning = PyDictionary.PyDictionary.meaning(word)
print("MEANING :", meaning)