Posts by Bruno Domingues • 21 points
1 post
-
1
votes3
answers124
viewsQ: if and Else in Python
Hello, I have a question about the command order. My script went like this: if salario <= 1250: aumento = (salario * 15 / 100) + salario print('Seu salário com reajuste é…