- This event has passed.
6:00 PM- Python OOP – Joshua
March 19 @ 6:00 pm - 7:00 pm
Today we did
- Started our grocery store project
- practiced working with dictionaries and classes
Homework
Finish the application loop from the grocery store system
def application_loop(self):
# while True Loop
# print out the menu
# they pick a food
# grab food from dictionary and then add to car
# when they are done, you print out everything they bought
# print each item on a different line
# and final price
pass