Question
Question 3 (product_class.py): Develop a class called 'Product' that is initialized using the following values: 'id', 'price', 'inventory', and 'condition'. During the initialization, the value for 'condition' should be checked and if it is anything other than "New", "Used", or "Refurbished", the constructor should rai
Question image 1