TypeError:在Python2.7中创建空字典时,'dict'对象不可调用

时间:2018-06-02 13:04:43

标签: python python-2.7

当我尝试创建一个空字典时,如下所示。

>>> dict1 = dict()
I am seeing the below error.
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
TypeError: 'dict' object is not callable

0 个答案:

没有答案