- This event has passed.
6:00 PM – Python OOP- Joshua
February 12 @ 7:00 pm - 8:00 pm
Today We did
- reviewed homework for building the School System
- Showed how to search through lists
- talked about why dictionaries are used
- catch people up
Homework:
Finish options 5,6
def list_student_dict(self):
# do the exact same thing as list_student except use your dicti
pass
def find_student_dict(self):
# do the exact same thing as find_students (conceptually) excep
# HINTTTTTTT : You do not need a for loop for this. and If stat
pass