iterator = iter ( list ). # Use the next function to retrieve the elements of the iterator. try : while True : element = next (iterator).
確定! 回上一頁