Lavinto Cafe Ordering System is a simple Python-based console application that allows customers to place orders from a predefined menu. This project demonstrates basic Python programming concepts including dictionaries, input handling, and basic order processing.
- Display a menu with items and prices
- Allow customers to order up to two items
- Calculate total order cost
- Basic error handling for unavailable menu items
- Python 3.x
- Dictionaries
- Conditional Statements
- User Input Handling
- Pizza: Rs 40
- Pasta: Rs 50
- Burger: Rs 60
- Salad: Rs 70
- Coffee: Rs 80
- Python 3.x installed on your computer
- Clone the repository