This question shows research effort; it is useful and clear
3
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
我正在尝试使用 difflib,但它给出了导入错误。有人可以帮忙吗?这是回溯:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "difflib.py", line 1, in <module>
from difflib import SequenceMatcher
ImportError: cannot import name SequenceMatcher