For Python, it is any object that has __iter__ or __getitem__ method. If an object has __iter__ method, the iterable becomes an iterator by calling ...
確定! 回上一頁