In Python, an iterable is an object which can be converted to an iterator, which is then iterated through during the for loop; this is done implicitly.
確定! 回上一頁