correct this loop to make it work:
# should count down from 10 to 1 and then print "blast off!" count = 10 while True: print(count) count = count - 1
if
elif
else
while
for
- Unit 2 Exam - Begin Unit 3 (Data Structures)