- This event has passed.
7:00 PM – Python OOP – Juan
August 28, 2023 @ 7:00 pm - 8:00 pm
Today We Did
- Reviewed last week’s homework for the Phone Book dictionary program
- Worked on the Grocery System project using dictionaries.
Homework
- Name your file Sept4_GrocerySystem.py and finish:
- Adding the purchased item to the shopping_cart list
- Increasing total_price by the price of purchased item
- Add a print statement to output:
“You have purchased <item> for $<price>”