« All Events
7 PM – Python OOP
September 24, 2021 @ 7:00 pm - 8:00 pm
Today We Do
- We reviewed Class homework
- We continued with SchoolApplication.
- Able to print the menu
- Able to stop the loop when user enter “4”.
Homework
- Create a new file student.py under “src” folder.
- Inside student.py file, create class Student with the following attributes: name, age, grade.
- Inside school_application.py when user select “1”, ask user in the shell for 3 information like below
Add a new student:
Enter student name: Christopher
Enter student age: 99
Enter student grade: 9
You have successfuly added Christopher