网上那么多说创建集合的语句是:
>>>a=set([1,2,3])
python 3.6.3,你们真的能运行吗?
我这里报:
Traceback (most recent call last):
File "<pyshell#114>", line 1, in <module>
a=set([1,2,3])
TypeError: ‘dict‘ object is not callable
标签:log class lin type 关于 obj dict gpo ast
网上那么多说创建集合的语句是:
>>>a=set([1,2,3])
python 3.6.3,你们真的能运行吗?
我这里报:
Traceback (most recent call last):
File "<pyshell#114>", line 1, in <module>
a=set([1,2,3])
TypeError: ‘dict‘ object is not callable
标签:log class lin type 关于 obj dict gpo ast
原文地址:http://www.cnblogs.com/Sabre/p/8093674.html