Skip to Content
Menu
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

 

 

Portretas
Atmesti
Related Posts Replies Rodiniai Veikla
2
gruod. 24
2319
0
birž. 20
3637
0
geg. 23
3625
1
vas. 20
3839
1
kov. 18
4489