Posts by eduardo silva leite • 39 points
1 post
-
3
votes3
answers1401
viewsQ: I would like to know what is the function of: {} in the Python language and more specifically within the PRINT function as in this code?
I would like to know what the function of: {} in the Python language and more specifically within the function PRINT as in this code? Salario = int(input('Salario? ')) imposto = 27. while imposto…