n = 500 while n > 0: print(n) n = n-1 print('Blastoff')