Assignment First Version
Assignment First Version
product_1_sales = int(input("Please enter the sales of the first product(how many items were
sold):"))
print (Product_1)
product_2_sales = int(input("Please enter the sales of the second product(how many items were
sold):"))
print (Product_2)
product_3_sales = int(input("Please enter the sales of the third product(how many items were
sold):"))
print (Product_3)
import pandas as pd
data = {
df = pd.DataFrame(data)
plt.xlabel("Product Name")
plt.title("Remaining Quantity")