Question: ( 6 0 points ) Coding problem Create a Python class named Grades that computes the course grades. Write the code to produce an output
points Coding problem
Create a Python class named Grades that computes the course grades. Write the code to produce an output like the example provided. Ensure you also display the results, not just the code.
Note: For grading, use the following percentages: Homework Exams Labs and Participation each. Assume full participation points are and for labs, points are awarded if there are more than sessions, with a proportional decrease otherwise.
Example Usage:
grade Grades# Percentages
grade.addHomework # List of homework scores grade.addExams # List of exam scores
grade.setLabs # Number of lab sessions
grade.report
Output:
GRADE REPORT
Homework Points
Homework
Homework
Homework
Homework
Homework
Total Num Average
Exams Points
Exam
Exam
Exam
Exam
Total Num Average
Lab sessions Points
Class Participation Points
SUMMARY
tableHomework
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
