“while true” doesn't do anything in Python. “while True: “ however, creates an infinite loop. You'd have to put some sort of exit strategy in the body of the ...
確定! 回上一頁