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

Respuesta :

HD87 HD87
  • 05-03-2019

import time as t

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

print(i)

t.sleep(1)

print("BLAST OFF")

Answer Link

Otras preguntas

three things scientists learned about earth in beginning of 1800s
THE EXPRESSION COT THETA/CSC THETA IS EQUAL TO?
three things scientists learned about earth in beginning of 1800s
WHICH EXPRESSION IS EQUIVALENT TO SIN 22 COS 18 + COS 22 SIN 18?
What is the 50th term of the arithmetic sequence 4, 10, 16, 22, … ? Can someone explain this one?
Solve the equation log 6x - 3 = -4
What is does the phrase foe to ambition.
How do you pronounce the letter "X" in Spanish?
THE EXPRESSION (TAN THETA) (CSC THETA) IS EQUAL TO?
THE EXPRESSION COT THETA/CSC THETA IS EQUAL TO?