会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
107蔡锐彬
博客园
首页
新随笔
联系
订阅
管理
2018年3月22日
组合数据类型练习
摘要: 分别定义字符串,列表,元组,字典,集合,并进行遍历。# 字符串 sen = 'this' print(type(sen)) print(sen) # 数组 list1 = ['wher', 'is', 'you', 'cat', '?'] for i in list1: print(i) print(len(list1)) print(type(list1)) # 元组 tu = t...
阅读全文
posted @ 2018-03-22 20:11 107蔡锐彬
阅读(87)
评论(0)
推荐(0)
编辑
公告