
Today We did
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