Skip to content

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.

Notifications You must be signed in to change notification settings

PuneethKumarMS/python_shopping_cart_program

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 

Repository files navigation

πŸ›’ Python Shopping Cart Program

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.


πŸ“Œ Features

  • 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

πŸ› οΈ Requirements

  • Python 3.x

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages