from PyDictionary import PyDictionary dict = PyDictionary() quiz_words = ["elucidate", "exculpate", "enigmatic"] for i in quiz_words: print(i, " - ", dict.meaning(i)) #Each word and their definitions are printed