« All Events
6 PM – Python OOP – Shawn
October 3, 2023 @ 6:00 pm - 7:00 pm
Today We Did
- We reviewed the homework from page 105.
- We started converting Aug8_GrocerrySystem.py into oct_3_grocerry_shopping_cart_dictionary.py.
Homework
- Create oct_3_robux_shopping_cart_dictionary.py
- Copy codes from Robux Shopping Cart project (click here) into this new python file.
- Similar to what we did in the class, add two new dictionaries: item_name to store the item names, item_prices to store the item prices.
- Change the code so the item name and the prices are no longer hard coded but pulled from the 2 dictionaries.