loop_2.py 65 B

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