- This event has passed.
5PM – Python OOP – David
March 12, 2022 @ 5:00 pm - 6:00 pm
Today We Did:
- Started the school application program
- Completed the logic for adding a student and listing a student in class. You can find the completed file on the Google Drive.
Homework:
- Complete the function for step 3 of the menu, finding a student.
- In this function:
- first, ask the user to input a name to search for
- second, if there is a student with this name in “self.students”, print the student’s information with the class method we created in the student class.
- if there is not a student with this name, print a message saying “the student with name {user_input} could not be found!”
If you have any questions, send me an email at david@ayclogic.com