- This event has passed.
6 PM – Intro To Python – Bill
October 8, 2022 @ 6:00 pm - 7:00 pm
Today We:
- Learned how to search using dictionary
- Created find_student_dictionary method
Your HW:
- Create a teacher_dictionary attribute
- Update your add_new_teacher method to add the new teacher to the teacher dictionary with the key being the teacher’s name
- Create a find_teacher_through_dictionary method that searches for the name of the teacher in the teacher_dictionary