The built-in function iter takes an iterable object and returns an iterator. >>> x = iter([1, 2 ...
確定! 回上一頁