jennyloveheart11 jennyloveheart11 04-03-2019 Computers and Technology contestada Write a program that counts down, copy&paste output in the the answer window. The code is: import time for in range(10,0,-1): print i time.sleep(1) - print "BLAST OFF!"