舉例:# continue語句搭配for迴圈for i in range(5):print('明日復明日')if i==3: # 當i等於3的時候觸發continue # 回到迴圈開頭print('這句話 ...
確定! 回上一頁