- This event has passed.
4 PM – Python OOP – Darin
August 26 @ 4:00 pm - 5:00 pm
Today We:
- Started the grocery system v2 project
- Learned how to better store information about each item within dictionaries
- Simplified the main if statement
Your HW:
- Add another dictionary called item_is_frozen where the keys are the number ids like for item_names and item_prices and the values are booleans
- True for when an item needs to be in a fridge (milk, ice cream)
- False for when it doesn’t