You are on page 1of 1

count = 10

while count > 0:


print count
count = count - 1
print "Blastoff!"

You might also like