Question: Question Code #039 A user needs to enter 30 integer values, within the range of 1 until 200, in a list called listNum. Write a

Question Code #039 A user needs to enter 30 integer values, within the range of 1 until 200, in a list called listNum. Write a complete Python program to determine how many of these values fall in the range of 1-50, 51-100, 101-150 and 151-200. The program will make sure that the user will only enter valid input for all 30 integer values. Any invalid input entry, will received an error message
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
