Python 入门:第13课 – Loops – Iterable Vs Iterator 2020-10-292020-10-29 by Paul Iterable – for-each-item-loop Iterator – get next item in a collection using next() Conversion: Iterable to Iterator using iter()