Here Stuff uses methods __next__ and __iter__ to make itself iterable. for data in Stuff(): print(data).
確定! 回上一頁