- 博客(1)
- 收藏
- 关注
原创 python学习过程1
集合a{1,2,3,4,5,6,7,‘qwe’} a.add…) a.remove(…) 元组a(1,2,3,4,5)不可增删 列表a[1,2,3,“q”,“w”] a.append(…) del a[…] 字典a{‘q’=1,‘w’=2} a[‘e’]=3 del a[‘q’]
2021-10-26 22:52:53
47
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人