- This event has passed.
4:30 PM – Python OOP – Gamas
February 8, 2022 @ 4:30 pm - 5:30 pm
Homework
- Modify Feb8_ShoppingCartV2.py so we are using “items” dictionary wherever we use Milk, Eggs, Orange Juice and Bread.
- Create one more dictionary “prices” , the key will be either “1”,”2″,”3″ or “4”. The values will be the prices of each item. So for instance, “1”: 5 because “1” is the price of Milk which is $5.
- Replace all the prices inside the while to use the “prices” dictionary.