« All Events
4:30 PM – Python OOP – Gamas
March 10, 2022 @ 4:30 pm - 5:30 pm
Today We Do
- We started using Pycharm
- We started SchoolApplication
Homework
- Continue on SchoolApplication.
- Add code for this feature “1. Add new student”. After asking 4 questions to user, you have to create an instance of Student class according to whatever that the user enter.
- It should look like this
Please select one of the following
1. Add new student
2. List all students
3. Find student
4. Quit
5. Add new teacher
6. List all teachers
7. Find teacher using Dictionary
8. Find student using Dictionary
Enter your selection: 1
Add a new student:
Enter student name: Gamas Chang
Enter student age: 100
Enter student grade: 100
Enter student email: gamas@ayclogic.com
You have successfully added Gamas Chang