我按照教程:
在我的 PyCharm 中,我按照教程进行操作:
我收到错误:
回溯(最近一次调用):文件“/Users/adob/TestPython/test02/passwd.py”,第 19 行,在 bool = isinstance({}, Iterable) NameError: name 'Iterable' 未定义
from collections import Iterable
bool = isinstance({},Iterable)
print(bool)
Run Code Online (Sandbox Code Playgroud)
输出
真的