Posts by Eduardo • 1 point
1 post
-
-4
votes1
answer31
viewsQ: How do I subtract values from a list added by python input
I’m doing the following: subtração = list() su = int(input('Digite um número inteiro: ')) subtração.append(su) while True: resposta = str(input('Deseja continuar? [S/N]')).upper()[0] if resposta in…
python-3.xasked Eduardo 1