Question: Python- I need help with this question. lass Evaluation: The number of points (int) with a text evaluation (str) gotten from a particular assignment

Python- I need help with this question.
lass Evaluation: "" "The number of points (int) with a text evaluation (str) gotten from a particular assignment" In the code given above, implement the following tasks. 1. Add support for comparing instances using the equality operator "==". 2. Support for adding two Evaluation instances, following the example below 3. Write a unit test for the addition operator "+" and put it in a test case named "Testevaluation". Evaluation example valuation (3," ' '==' done, '+' done") == Evaluation (1, " ' = ' done" )+ Evaluation (2, "'+' done") True
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
