You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a console-based shopping cart system implemented using Object-Oriented Programming (OOP) principles in Python. It simulates a basic e-commerce workflow where customers can add products to their cart, view details, apply discounts, and complete checkout.