while True means loop forever. The while statement takes an expression and executes the loop body while the expression evaluates to (boolean) "true". True ...
確定! 回上一頁