- 博客(2)
- 资源 (5)
- 收藏
- 关注
原创 python学习一
1list classmates = ['Michael', 'Bob', 'Tracy'] 2tuple classmates = ('Michael', 'Bob', 'Tracy') 3dict d = {'Michael': 95, 'Bob': 75, 'Tracy': 85} 4set s = set([1, 2, 3])
2015-06-29 15:06:45
504
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人