Posts by Thiago Calili • 21 points
3 posts
-
1
votes3
answers5809
viewsQ: How to fix "Valueerror: invalid literal for int() with base 10: '' - Python?
Summary of my program/ problem: I need to draw at an ATM between 10 and 600 reais. When running the program, any value above 100 it prints correctly, but if I put any value below 100 it presents the…
-
0
votes1
answer61
viewsA: How to find a variable from another function in the function’s IF?
Analyzing another code, I found that failed to call the function after the last print: calculoDetails(salarioBruto) Now the program ran and with due formatting. Thank you Aviana by the missing…
-
-1
votes1
answer61
viewsQ: How to find a variable from another function in the function’s IF?
Good morning, This program that I am practicing, already has other answers, however I decided to increase in another way. The program asks to request the value of the working hour and the amount…