Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Write a Python program to do the following: Ask the user to enter as many integers from 1 to 10 as he/she wants. Store the
Write a Python program to do the following:
Ask the user to enter as many integers from 1 to 10 as he/she wants. Store the integers entered by the user in a list. Every time after the user has entered an integer, use a yes/no type question to ask whether he/she wants to enter another one.
Display the list.
Calculate and display the average of the integers in the list.
If the average is higher than 7, subtract 1 from every number in the list. Display the modified list.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started