Project: Countdown
Practice using while to count down and finish with a message.
Task
Write a program that counts down from 5 to 1, and then prints “Liftoff!”
Python
# Write your code here.
...
Practice using while to count down and finish with a message.
Write a program that counts down from 5 to 1, and then prints “Liftoff!”
# Write your code here.
...