Posts by bemogui • 29 points
1 post
-
0
votes1
answer40
viewsQ: modify Python variable value
I need the value that is written in the variable "add_money" to be added and added in the variable "balance" saldo = 0 op = input('O que deseja fazer? ') if op == 'add': add_money = int(input('Qual…