协程.md

#   协程

-  参考资料

  -  http://python.jobbole.com/86481/

  -  http://python.jobbole.com/87310/

  -  https://segmentfault.com/a/11900000000009781688

 

#  迭代器

-  可迭代(Iterable):直接作用于for循环的变量

-  迭代器(Iterator):不但可以作用于for循环,还可以被next调用

-  list是典型的可迭代对象,但不是迭代器

 

 

 

# 判断某个变量是否是一个实例

posted @ 2019-03-06 19:27  zhouhaiwu  阅读(92)  评论(0编辑  收藏  举报