iter(iterable) produces an iterater, and from this we can get stream of values. iterable-vs-iterator.png >>> # Python 3 >>> iterable = [1,2,3] ...
確定! 回上一頁