- This event has passed.
5 PM – Python OOP – Bill
February 27, 2023 @ 5:00 pm - 6:00 pm
Today We:
- Finished the Grocery System project
- Started the School System project
Your HW:
- create a new file called student.py
- create a class called Student
- first name
- last name
- age
- grade
- create a method:
get_info- return the following statement: “<firstname> <lastname> grade <grade> age: <age>”