摘要: 集合:可变的数据类型,他里面的元素必须是不可变的数据类型,无序,不重复。 {}'''# set1 = set({1,2,3})# set2 = {1,2,3,[2,3],{'name':'alex'}} # 错的# print(set1)# print(set2)# set1 = {'alex',' 阅读全文
posted @ 2019-04-27 22:55 18软件工程五班陈星星 阅读(204) 评论(0) 推荐(0) 编辑