import time as t
for i in range(10,0,-1) :
print(i)
t.sleep(1)
print("BLAST OFF")
6.6m questions
8.7m answers