- This event has passed.
5 PM – Python OOP – Bill
May 24, 2022 @ 5:00 pm - 6:00 pm
Today We:
- Created a new Shopping Cart System V3 project
- Learned how to use classes from different files in the same src folder
- Created a new Menu for the new Shopping Cart System
- Learned how to put instances of the GroceryItem class in a dictionary
Your HW:
- Add the following Grocery Item instances to the Dictionary:
- Ice Cream – $2
- Carrot – $3
- Soap – $3
- Soda – $1
- Beef – $4
- Make sure to add the new Item instances to the menu