Computer Science, asked by sunithaantony78, 11 months ago

">>" SP: selling price cgst:central govt gst sgst: state govt gst
item = input("Enter item name : ")
SP = float(input("Enter selling price of item"+ item +" : "))
gstRate = float(input("Enter GST rate (%) : "))
cgst = SP * ( (gstRate/2)/ 100 )
sgst = cgst
amount = SP + cgst + sgst # consumer will buy at this price
print ("\t INVOICE”)
print("Item : ", item)
print("Price : ", SP)
print(" CGST (@",(gstRate/2), "%):", cgst)
print(" SGST (@", (gstRate/2), "%):", sgst)
print("Amount payable : ", amount)

Answers

Answered by Anonymous
2

What is your question....?

Answered by bapunipatnaik719
0

bhai kabhi khud bhi kar la kitna puchaga

Similar questions