python_for_else.py:
x
 
for x in range(10):
  print(x)
else:
  print("Finally finished!")