While (條件成立則不斷重複,直到條件不成立為止). ○ while logical_expression : python command1 python command2 … 這一段程式在邏輯判斷成立時. 會被無限次重複執行.
確定! 回上一頁