Question: Write an interactive program to store a series of student grades. The program should store the numbers in a list and then display the following:
Write an interactive program to store a series of student grades. The program should store the numbers in a list and then display the following: Length of list Average of the numbers Total of the numbers Highest of the number Lowest of the number and mean of the number (import from statistics import mean)
python.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
