2d dict python code example
Example: python 2d dictionary
# PPLEASE SUBSCRIBE MY YOUTUBE CHANNEL "PROGRAMMING HERO" : https://www.youtube.com/channel/UC7VZwb9aNdIr8_EoqdbOtIQ
import PyDictionary
print("\n----------------DICTIONARY----------------\n")
word = input("ENTER WORD : ")
meaning = PyDictionary.PyDictionary.meaning(word)
print("MEANING :", meaning)