loop.py 63 B

123456
  1. x = 0
  2. for i in range(5000000):
  3. x += 1
  4. assert x == 5000000