摘要: # for 循环的使用 # 常用操作: # 依赖索引 # while i < len(t): # print(t[i]) # i += 1 # # for i in range(len(t)): # print(t[i]) # # 不依赖索引 # for item in t: # print(ite 阅读全文
posted @ 2018-03-21 19:27 木夂口 阅读(218) 评论(0) 推荐(0) 编辑
levels of contents