摘要: 1. 迭代:根据记录的前面的元素的位置信息 去访问后续的元素的过程 2. 可迭代对象 iterable: 能够被迭代访问的对象 for in 常用可迭代对象-list tuple str from collections import Iterable isinstance(obj, Iterabl 阅读全文
posted @ 2018-05-09 22:49 snailon 阅读(209) 评论(0) 推荐(0) 编辑