Use a while not loop. Use the syntax while not condition with condition as a boolean expression to execute the loop's body if condition evaluates to ...
確定! 回上一頁