Computer Science, asked by akkukunju9, 1 month ago

Don't answer if you don't know the answer​

Attachments:

Answers

Answered by lokesh090
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