Make a Python program that meets the following requirements: 1. Use…

Question Answered step-by-step Make a Python program that meets the following requirements: 1. Use… Make a Python program that meets the following requirements:1. Use input prompts to enter a sequence of integers, one at a time2. Validate that each number is an integer between 0 and 100 inclusive using the try/except mechanism. Ask the user to reenter if the number is invalid.3. A list of all valid integer inputs should be kept in order to be processed further.Step 3: Make a list of valid numbers. Step 4: Find and print the list’s average (to two decimal places). must include a function that is called by main Computer Science Engineering & Technology Python Programming CS 6.06 Share QuestionEmailCopy link Comments (0)