The __iter__() method returns an iterator object. Thus any container with an __iter__() method is an Iterable Object in Python.
確定! 回上一頁