« All Events
6 PM – Python OOP – Gamas
January 11, 2023 @ 6:00 pm - 7:00 pm
Homework
- Inside SchoolSystem project create a new method for ADD NEW STUDENT and call this method from application_loop(self) when user enter “1”.
- create a new method for LIST ALL STUDENTS and call this method from application_loop(self) when user enter “2”.
- when user enter “3. Find Student”, do the following
-
Please select one of the following
1. Add Student
2. List all students
3. Find student
Enter your selection (Enter "exit" to quit): 3
FIND STUDENT
Enter student name that you want to find: Berton
Please select one of the following
1. Add Student
2. List all students
3. Find student
Enter your selection (Enter "exit" to quit):