13,420
edits
Changes
→PART 1 - Understanding WHILE Loops
:'''Practice Using a WHILE Loop'''
:#Now it's time to create a new script. Make a new file called '''lab2e.py''', this script will contain a while loop. This while loop will count down from 10, print each value as it counts down. When it gets to the end it will output 'blast off!'.