- This event has passed.
5:00 PM – Python OOP – Juan
September 11, 2023 @ 5:00 pm - 6:00 pm
Today We Did
- Reviewed homework.
- Reviewed looping through dictionary keys, values, and items.
- Finished the Phone Book System
Homework
- Name your file Sept18_GrocerySystem_V2.py and do:
- Create a dictionary “items_inventory”:
- Keys are the item numbers
- Values are the item names
- Create a dictionary “items_price”
- Keys are item numbers
- Values are item prices
- Replace code where you could use the dictionaries instead
- Create a dictionary “items_inventory”: