« All Events
6:30 PM – Python OOP – Bill
October 25, 2023 @ 6:30 pm - 7:30 pm
Today We Did
- We reviewed dictionary homeworks
- We started converting Sep6_Grocery_Shopping.py into oct_25_shopping_cart_dictionary.py
Homework
- Continue oct_25_shopping_cart_dictionary.py.
- Add a new dictionary item_prices. This dictionary is very similar to item_names dictionary, but the key is “1”,”2″,”3″ and the values are the prices of each of the items.
- After you created this dictionary, replace all prices inside the while loop.
- Upload your python file to your assigned google drive.