The return value of __iter__ is an iterator. It should have a __next__ method and raise StopIteration when there are no more elements. Lets try it ...
確定! 回上一頁