Posts by ulisses • 11 points
1 post
-
1
votes1
answer136
viewsQ: What problem, I can’t get the list to the other function?
def le_textos(): i = 1 textos = [] texto = input("Digite o texto " + str(i) +" (aperte enter para sair):") while texto: textos.append(texto) i += 1 texto = input("Digite o texto " + str(i) +"…
python-3.xasked ulisses 11