Question: this is on python 3.7. 9. Write a program that prints out all numbers between 1 and 100 Extension #1: write a program that prints

 this is on python 3.7. 9. Write a program that prints

this is on python 3.7.

9. Write a program that prints out all numbers between 1 and 100 Extension #1: write a program that prints out all EVEN numbers between 1 and 100 Extension #2: write a program that prints out all ODD numbers between 1 and 100 Extension #3: write a program that asks the user to indicate whether they want to see even or odd numbers. Then display the even or odd numbers between 1 and 100 based on their choice. Note: the user many not supply a valid choice! You will need to re-prompt them if necessary. Here's a sample running of the program Enter "even" o odd: apple Sorry, that's not a valid choice Enter "even" or "odd": odd Here we go 35..95 97 99

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!