
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