A while-loop executes code repeatedly as long as a given boolean condition evaluates to True . Using while True results in an infinite loop.
確定! 回上一頁