Question: please help me solve this in python A Student class has two attributes ld and name. A Course class has a name and has students
please help me solve this in python

A Student class has two attributes ld and name. A Course class has a name and has students enrolled. You should be able to add/drop a student to/from the course. The Course class should be modelled as below: The name of the course An array to store the students for the course The number of students (default: 0) Creates a course with the specified name Returns the course name Adds a new student to the course Drops a student from the course Returns the students for the course Returns the number of students for the course
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
