intermediate python lesson 4: Exercise: Online Shopping
In this exercise, you'll start designing models for an online shopping service. Concretely, you'll need to build three classes:
A User will have an id and a name, and be able to sell_product, buy_product, and write_review.
A Product will contain a n...
philipdevblog.hashnode.dev2 min read