- This event has passed.
6 PM – Python OOP – Bill
September 24, 2022 @ 6:00 pm - 7:00 pm
Today We:
- Continued the school application project
- Created a main application class
- Created a main loop method
- Created the add_new_student function
- Created student_list attribute
Your HW:
- Create a teacher_list attribute in the main application class
- Create add_new_teacher method like we did for student in class
- Make it so the new method is called when the user enters “5” to the main menu