python中的 set 中的元素

set存储的元素和dict的key类似,必须是不变对象,因此,任何可变对象是不能放入set中的。

posted on 2017-09-29 12:43  Lemo_wd  阅读(902)  评论(0编辑  收藏  举报

导航