« All Events
5 PM – Python OOP – Daniel
March 1 @ 5:00 pm - 6:00 pm
Gamas Sub
Today We Did
- We continued with School System.
- We added Find teacher.
- We added Student.get_info() method.
- We added List all teachers older than 30 years old.
Homework
- Inside teacher.py, add get_info() method which will return teacher’s information. This is very similar with student.get_info().
- Once you do teacher.get_info(), inside Feb_8_SchoolSystem.py, utilize teacher.get_info() when displaying teacher’s information.
- Add new menu “8. List all students older than 18 years old.”. This is very similar to the new feature that we added today “7. List all teachers older than 30 years old.”