ШЕ TIME
1. ABC Company is offering discounts on purchase of various elec
required to input the item code to get the details of the discount on the
ise of various electronic goods. At the payment counter, the operatoris
the discount on the purchased items.
ITEM
Refrigerator
CODE
DISCOUNT
100
Smart TV
Micro Wave Oven
10%
101
15%
Laptop
102
5%
Create a program which will display the total discount availer hun
104
12%
Answers
Answered by
2
Answer:
provisional store announces a special discount on all its products as a festival offer only to those who satisfy any one of the following conditions: If he/she is an employee of the store and has a service of more than 10 years
Answered by
9
Explanation:
code=int(input("Enter the code"))
if code ==100:
print(10% discount on Refrigerator)
like wise you can do by elif
Similar questions