Question: It is a python program, thank you. Exercise 4 - Slice and Dice Ask the user to input a number between 25 and 100 (again,
It is a python program, thank you.

Exercise 4 - Slice and Dice Ask the user to input a number between 25 and 100 (again, no need to validate). Create a list from 1 to the input number (using range()) *inclusive*. Print out every other value starting from the midpoint of the range values (round down if the midpoint is not an integer). Hint: There is a lot of potential for "off by one" errors here
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
