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]))
添加回答
举报
0/150
提交
取消