write a program using conditional statements to find out discounted price for an item depending upon its category such as (a) seasonal - food - items with expiry date in a month at 10% and otherwise 5% (b) seasonal -clothes with sizes extra - small,or extra - extra - large at 20% and otherwise 5% in python
Answers
Answered by
0
Answer:
Explanation:
price=50
quantity=5≅
amount=price*quantity
print ("price : {} quantity : {} amount : {}".format(price, quantity, amount)≅
Similar questions