Assignment Second Version
Assignment Second Version
sales = int(input("Please enter the sales of the the product(how many items were sold):"))
product_info = {
"Name": name,
"Quantity": quantity,
"Price": price,
"Sales": sales,
"Revenue": revenue,
products.append(product_info)
plt.xlabel("Name of Products")