for n in [1,2,3,5,8]:
  print n
  print "!"
print "Finished!"

