标签: 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