for.py 75 B

12345
  1. for i in range(1, 5):
  2. print(i)
  3. else:
  4. print('The for loop is over')