报错TypeError: 'list' object is not callable

dict(zip(['one', 'two', 'three'],[1,2,3]))
____________________________________________________________________
TypeError Traceback (most recent call last)
<ipython-input-64-49d9e40159fe> in <module>()
----> 1 dict(zip(['one', 'two', 'three'],[1,2,3]))

一只名叫tom的猫
浏览 113回答 2
2回答

萧十郎

也没有问题,3.6.4你有问题可能和你的python版本有关

慕妹3242003

pyCharm中测试通过,没有问题python2.7
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

Python