for n in range(60,0,-1):
  print (str(n) + " seconds")
print "Boom!"
