Question: In python 3, write a program as per the following: -Read numbers from file into a list -Return the list - Calculate the grade based
In python 3, write a program as per the following:
-Read numbers from file into a list
-Return the list
- Calculate the grade based on:
A>= 90
B>= 80
C>= 70
D>= 60
F< 60
-Return the grade
-Print out the grades, one per line, and the statistics of the file at the end.
The statistics should be:
Lowest score
Highest score
Sum of scores
Average of scores
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
