- This event has passed.
5:00 PM – Python Object Oriented Programming – Sebastian
May 2, 2023 @ 5:00 pm - 6:00 pm
Today We Did
- Finished Grocery System class
- Began School System class
- In case you need anything, feel free to email me at sebastian@ayclogic.com
Homework
- Name your homework MAY2_school_system_hw, please submit by next Monday.
- Homework: Add the corresponding methods and classes for teachers.a) Create class called “Teacher” with attributes and parameters called name, age, and subject_of_expertise
b) Inside GrocerySystem class, create method called add_new_teacher which takes no values. It will take user input for name, age, and subject. Then, create a Teacher object with those inputs and add that object to the self.teachers list.