using the work along for this chapter, continue to adding functionality to the project. add a new class called student.py that would hold student information including the following: major minor gpa student year (ie. freshman) use inheritance and the person class. add more code to the main class to test 3 new students.

Answer :

Other Questions