while_true.py 43 B

12345
  1. i = 0
  2. while True:
  3. i += 1
  4. print(i)