« All Events
5 PM – Python OOP – Bill
May 31, 2022 @ 5:00 pm - 6:00 pm
Today We:
- Continued the Shopping Cart V3 project
- Made it so the shopping_cart list is now a list of GroceryItem instead of a list of string like before
- Cleaned up the code
- Made it so after the user checks out, the shopping cart list also shows the price and if it needs to be frozen
- Finished the Shopping Cart V3 project
- Created a new Project file, SchoolApplication
Your HW:
- Create a src folder inside the project folder
- Create a new Python file inside the src folder called “student_class”
- Inside StudentClass file create a new class called Student that has the following attributes: