Question: I need some help completing this assignment. I need to work on a loop program in Python, with the following parameters; Create a program that
I need some help completing this assignment. I need to work on a loop program in Python, with the following parameters;
- Create a program that will loop 101 times beginning with 0 and incrementing by 1.
- Determined when and or the loop control variable is an even or odd number.
- When the loop control variable is an odd number, display the loop control variable followed by a period and then your name and then a period.
Example 1. Peter.
2. Peter.
3. Peter.
4. Peter
- Make sure the numbers line up from the right to the left along with the trailing period.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
