Ask Question

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!"

+4
Answers (1)
  1. 7 June, 06:18
    0
    import time as t

    for i in range (10,0,-1):

    print (i)

    t. sleep (1)

    print ("BLAST OFF")
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “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 ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers