Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
import enchant d = enchant.Dict("en_GB") d.check("hello")
AttributeError:模块“附魔”没有属性“字典”