Ask Question
19 January, 15:44

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

+1
Answers (1)
  1. 19 January, 18:35
    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?
Get 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 there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers