- This event has passed.
6 PM – Python OOP – Gamas
November 16, 2022 @ 6:00 pm - 7:00 pm
Homework
- Copy Oct5_GroceryShoppingCartV2.py into Nov16_GroceryShoppingCartUsingClass.py
- Inside this file, create a new class on the top of the file
- GroceryItem
- Inside this class, it will have 2 attributes
- name
- price
- Create Nov16_ClassHomeworkP167.py
- Inside this file, copy all codes from Nov2_ClassHomework2.py and then you will answer questions from page 167: TRY IT YOURSELF 9-4 and 9-5.