Iterable、Iterator 与迭代协议 | Python

本章覆盖:iterable;iterator;iter();next();__iter__ / __next__;StopIteration。

本章知识点

  • iterable
  • iterator
  • iter()
  • next()
  • iter / next
  • StopIteration