Question: 1. Use IDE of your choice to write your program. 2. Save the file as LoopVariety_YourName.py 3. Add comments to your program. 1. Use #

1. Use IDE of your choice to write your program. 2. Save the file as LoopVariety_YourName.py 3. Add comments to your program. 1. Use \# to add header comments. Comments should include Author:, Date:, Course and Section Number:, Program Name:, Program Description: 4. Create a while loop that counts from 1 to 10 left to right with a space between. 5. Create a for loop that counts from 5 to 30 by 5 's left to right with a space between. 6. Create a while loop that counts from 10 to 0 backwards left to right with a space between. 7. Create a for loop that prints a row of 10 asterisks resulting in: The inside of your loop must use print("*") and may not use print("***********" ) 8. For the next few steps, refer codeListing02-20.py from textbook to create a random number 9. Create a for loop that that prints 5 different random numbers between 0 and 99 from left to right with a space between. 10. Create a while loop that prints 5 different random numbers between 7 and 11 from left to right with a space between. 11. Create a while loop to print the numbers from 1 to 10 but skip the number 5 using
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
