码迷,mamicode.com
首页 > 编程语言 > 详细

关于Python的集合set

时间:2017-12-23 19:13:31      阅读:147      评论:0      收藏:0      [点我收藏+]

标签:log   class   lin   type   关于   obj   dict   gpo   ast   

网上那么多说创建集合的语句是:

>>>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

关于Python的集合set

标签:log   class   lin   type   关于   obj   dict   gpo   ast   

原文地址:http://www.cnblogs.com/Sabre/p/8093674.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!