Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
3661 Vizualizări

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

 

 

Imagine profil
Abandonează
Related Posts Răspunsuri Vizualizări Activitate
2
dec. 24
2177
0
iun. 20
3486
0
mai 23
3439
1
feb. 20
3690
1
mar. 18
4352