kbt.py 47 B

1234
  1. for i in range(int('3')):
  2. print(i)
  3. exit()