Practice ยท 1 of 3
Countdown
start = 3 is given. Print a countdown: 3, 2, 1, then liftoff โ a while loop with a decrement.
Difficulty: beginner
Press Submit to check your solution.
Back to lesson: Practice: while & Game Logic
Practice ยท 1 of 3
start = 3 is given. Print a countdown: 3, 2, 1, then liftoff โ a while loop with a decrement.
Difficulty: beginner
Back to lesson: Practice: while & Game Logic