- This event has passed.
6PM- Python OOP- Joshua
May 15, 2025 @ 6:00 pm - 7:00 pm
Today We did
- reviewed homework
- introduced the idea of importing class from other files
- working with attributes
Homework
With the Grocery program, edit it so that you may utilize the class GroceryItem
(Steps)
1: replace the two dictionary with a single dictionary with numbers as the key and object GroveryItem’s as the value
2: edit the loop so it will access the object’s name and value when the right option is selected