Question: Must be done in python. Please complete all three questions Question One Question 2 Question Three You are required to complete the read_classlist(filename) function which
Must be done in python.
Please complete all three questions
Question One

Question 2

Question Three

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 class-list-read-classlist('classlist1.txt') for s in class_list: N00000001:John, johneamail.com, marks : print(s)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
