This project implements a simple ordering system for a variety food truck. Customers can choose from different categories of items, input the quantity, and see their total order cost.
- Categories: Snacks, Meals, Drinks, Dessert
- Items with prices in each category
- Quantity selection for each item
- Total cost calculation
-
Run the script:
python menu.py
-
Follow the prompts to select a category, choose items, and input quantities.
-
View your order summary and total cost.