Question: A Python code that collects final grade scores from users. You can keep a minimum of 3 users entering final grades. Now calculate the mean
A Python code that collects final grade scores from users. You can keep a minimum of 3 users entering final grades. Now calculate the mean and based on the mean return the final letter grade as per the conditions.
| Mean | Grade |
| 90>= | A |
| 80>= | B |
| 70>= | C |
| 60>= | D |
| 50>= | E |
| 50< | F |
Explain the code.
Step by Step Solution
There are 3 Steps involved in it
Answer Heres a Python code that collects final grade scores from users calculates th... View full answer
Get step-by-step solutions from verified subject matter experts
