Question: In Python please Write a python code that do the following: Ask the user for the number of scores he/she will be entering. Create a
Write a python code that do the following: Ask the user for the number of scores he/she will be entering. Create a list to hold the scores. Print all the scores to the screen. Sort all the scores for the user and print the sorted list to the screen. Print the following values to the screen: The sum all the scores, The min and the max scores, The average Add to your python code the following functions: Look for a given number and return its position if the number is in the list otherwise add this number to the list. Ask the user if he wants to replace any values in the list. If he does, then get the value to find and the replacement value. Check the list is sort or not
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
