A simple Python program that simulates a shopping cart.
The user can enter food items along with their prices, and the program stores them and calculates the total bill.
This project is part of my Python learning journey, where I practiced working with lists, loops, user input, and basic calculations.
- Allows the user to enter multiple food items
- Stores food names and prices in lists
- Displays all items in the cart
- Calculates the total cost
- Ends input when the user types
q
- Python 3.x