Question: Create a python program to produce your average in a class. Be sure to use variables where you can for all of the grades Also,
Create a python program to produce your average in a class. Be sure to use variables where you can for all of the grades
Also, this should be created as a python script (or text file program) - call it: w2-yourname.py - so mine would be called: w2-ganis.py
Note: The Average of all of the quizzes should be treated the same as a single test (quiz 1 + quiz 2 + quiz 3) / 30
So the average in the class is the sum of three tests plus the average of the quizzes divided by 4
Use this data:
| Item. | Grade. |
| Quiz 1 | 10 |
| Quiz 2 | 9 |
| Quiz 3 | 10 |
| Test 1 | 95 |
| Test 2 | 87 |
| Test 3 | 90 |
Using this data the average should be: 92.25
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
