Blast off!
You need to write a program which will count down from 10 to 0 and display blast off! You will need to get python to wait for a second inside the loop. This can be done using the time library (see the link below). You should look at the sleep method.
http://docs.python.org/library/time.html

You need to log in or create an account to submit code!











