The continue statement, also borrowed from C, continues with the next iteration of the loop: >>> >>> for num in range(2, 10): ... if num % 2 == 0: ...
確定! 回上一頁