Question: Python 3. That's all the screen I have. After the user enters grade number 5, t he program should use the statistics library calculate and

Python 3. That's all the screen I have. After the user entersPython 3. That's all the screen I have. After the user enters grade number 5, the program should use the statistics library calculate and then display average, median, mode, standard deviation, minimum, and maximum grade for class. The printed results should be formatted and aligned.

Question 1 (60 points) Write a program that takes user input for students' total grades (total grade out 100) using "for loops, Functions", and Lists", the program should store all of the grades in one list. Use proper comments throughout your program and follow appropriate use of variables. The program should use the statistics library calculate and then display average, median,mode standard deviation, minimum, and maximum grade for class. The printed results should be formatted and aligned. The program should display relevant message to the user (such as "Enter total grade for student no. 1". The program should also control for invalid entries. The program should not allow for fewer than 5 students or greater than 35 students. Use functions to write this program. Please use comments throughout your code and evaluate user input to detect invalid entries. Example of input screen: Enter number of students:5 Enter Grade number 15 Enter Grade number 2: 6 Enter Grade number 3: 70 EnterGrade number 4: 90 Enter Grade number 5: 85

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!