python迭代迭代:重复做一件事
iterable(可迭代)对象
支持每次返回自己所包含的一个成员的对象
对象实现了__iter__方法
序列类型, 如: list,str,tuple
非序
2017-04-07