To be more specific, we can start from an iterable, and we know a list (e.g, [1,2,3]) is iterable. iter(iterable) produces an iterater, and from this we can get ...
確定! 回上一頁