Iterable in Python. An iteratable is a Python object that can be used as a sequence. You can go to the next item of the sequence using the next() method.
確定! 回上一頁