Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged

I created a python code with if else condition and if inside if. Isn't working. any one can help?

 

if (employee.x_exemption_status == "s"):
    if (categories.TAX > 2083) and (categories.TAX < 2500):
       result = (categories.TAX - 2083) * 0.05
    elif (categories.TAX > 9000) and (categories.TAX < 9100):
        result = (categories.TAX - 2083) * 0.05

 

 

Avatar
Opusti
Related Posts Odgovori Prikazi Aktivnost
2
dec. 24
2340
0
jun. 20
3658
0
maj 23
3636
1
feb. 20
3845
1
mar. 18
4495