One such example of an infinite loop in Python is shown below. x= 1 while True: print(x) x= x + 1. Any program that contains the statement, while ...
確定! 回上一頁