-3
Good morning,
I’m having difficulty putting a condition in this loop: if tighten 1 loop for loop if tighten 2 out of loop
resp=1
while resp==1:
cliente_nome.append((input("Digite o nome do Cliente: ")))
cliente_cpf.append(input("Digite o Cpf: "))
cliente_idade.append(input("digite a idade: "))
cliente_depositar.append(input("Quanto desejar depositar: "))
resp=input("deseja continuar 1-para sim 2-para não")
if resp==2:
break
else:
continue
Important you [Dit] your question and explain objectively and punctually the difficulty. To better enjoy the site, understand and avoid closures and negativations worth reading What is the Stack Overflow and then the Stack Overflow Survival Guide (summarized) in Portuguese.
– Bacco