Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 588 Bytes

File metadata and controls

22 lines (15 loc) · 588 Bytes

python-challenge-1

Food Truck Ordering System

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.

Features

  • Categories: Snacks, Meals, Drinks, Dessert
  • Items with prices in each category
  • Quantity selection for each item
  • Total cost calculation

How to Use

  1. Run the script:

    python menu.py
  2. Follow the prompts to select a category, choose items, and input quantities.

  3. View your order summary and total cost.