【发布时间】:2021-08-31 05:58:45
【问题描述】:
我考虑过使用
from PyDictionary import PyDictionary
word = input("enter a word: ")
dictionary = PyDictionary(word)
check = dictionary.getMeanings()
print(check)
input("press enter to exit")
【问题讨论】:
-
您对解决方案有疑问吗?
标签: python pydictionary