Design an interactive ordering system from a food truck menu, using the skills I've learned in Python during weeks 1 and 2 of class, such as how to store content in variables, lists, and dictionaries as well as how to iterate through data structures.
Using the starter code provided for printing the menu for the customer, I adapted the menu to allow customers to place an order, which includes storing the customer's order and printing the receipt with the total price of all items ordered.
I used Stack Overflow to find code for printing the key-value pairs of a dictionary, begining at line 105
I worked with my classmates in a group to complete this project. Those with prior coding experience helped those of us without coding experience understand and complete this challenge.