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 False .
確定! 回上一頁