Write a class named Retail Item that holds data about an item in a retail store. The

Question:

Write a class named Retail Item that holds data about an item in a retail store. The class should store the following data in attributes: item description, units in inventory, and price. Once you have written the class, write a program that creates three Retail Item objects and stores the following data in them:
Description- Units on Hand- Price
Jacket- 12 -59.95
Designer Jeans- 40- 34.95
Shirt -20- 24.95
(python 3)
Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question
Question Posted: