網上那麼多說建立集合的語句是:
>>>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
網上那麼多說建立集合的語句是:
>>>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