Don't answer if you don't know the answer
Attachments:
Answers
Answered by
1
Answer:
a=input("enter your name")
b=int(input("enter your salary"))
c=(b*0.50) #dearness allowance
d=(b*0.20) #houserent
e=(b*0.10) #travel allowance
f=(b*0.50) # medical
g=c+d+e+f # gross salary
h=(0.13*b) # provident fund
i=g-h # netsalar
print("dearnes allowance", c)
print("house rent", d)
PRINT ALL VARIABLE LIKE ABOVE I DID
structure = print("whatever u have t shown", variable )
Similar questions
India Languages,
23 days ago
English,
23 days ago
Chemistry,
1 month ago
English,
1 month ago
World Languages,
9 months ago
Biology,
9 months ago
Math,
9 months ago