Iterables and Iterators in Python · A Python list is iterable. In other words, you can call a for loop on it. · This __iter__() method returns an iterator object.
確定! 回上一頁