Please ensure that JavaScript is running.
Learn
Challenges
Blogs
About
Contact
Learn
Challenges
Blogs
About
Contact
Home
/
Code-challenges
/
Create a Product object
Python Code Challenge
139 -
Create a class "Product" with properties for name, price, and quantity. Create methods for calculating the total cost and for printing the product information.
Python
Object Oriented Programming