Skip to content

amapas/kopiluwak

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Extended Python Code

This is an extended Python code along with a README file.

Description

The Python script extended_code.py demonstrates a simple shopping cart implementation. It defines classes for ShoppingCart and Item, where ShoppingCart can add and remove items, calculate the total cost, and Item represents a product with a name and price.

How to Run

To run the script, simply execute extended_code.py using Python.

python extended_code.py