A Python continue statement skips a single iteration in a loop. Both break and continue statements can be used in a for or a while loop.
確定! 回上一頁