1. a program that has a count of 10and has a while loop that decrements the count -1if the count is equal to 10 print 'a
Posted: Fri May 20, 2022 2:41 pm
1. a program that has a count of 10and has a while loop that decrements the count -1if the count is equal to 10 print 'almost there'else count equal to 10 divided by 2print '1/2 way there now.'else count divided by threeprint 'one more step to go'print countdown done, Display final count = 0
Your program must contain comments to explain each line of your code
Your program must contain comments to explain each line of your code