Question: Must be done in Python Please complete the two functions. The requirements (question) for each function are below: Function 1 Function 2 Please complete the
Must be done in Python
Please complete the two functions.
The requirements (question) for each function are below:
Function 1

Function 2

Please complete the code for these functions (as shown below)

The three classes, Assessment, Student and Histogram have already been completed and can be found below



You are required to complete the read_classlist(filename) function which takes a filename as a parameter, reads the content from the input file and returns a list of Student objects. If the file doesn't exist you should tell the user that the file cannot be found. For example Test Result class_list - read_classlist('out.txt File out.txt could not be opened John@amail.com, class-list = read-classlist('classlist1.txt') for s in class_list: N00000001: John, marks : print(s)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
