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.