barbarer / py4e-int

Python for Everybody - Interactive
GNU General Public License v3.0
4 stars 48 forks source link

"Completed Chapter 19.15 MixedUpCode" #119

Closed goel-mehul closed 2 years ago

barbarer commented 2 years ago

Add an example to the instructions for each of the new problems. Change Carts to Cart. Class names should be singular. A Cart should have a list of Item objects and items should know their name and price.