Grocery Shop

a=input() b=float(input()) c=int(input()) d=b*c print("Product Details") print(a) print(b) print(c) print("Bill:",d)

Comments