Posts by Damião José • 1 point
1 post
-
0
votes1
answer41
viewsQ: I want my def to print(): ... receive my def mais_alto(): and my def mais_baixo(): and print the results
lista_aluno = [] lista_tamanho =[] def nome_altura(): for i in range(0,10): aluno = str(input('Digite o nome do aluno:\n')) lista_aluno.append(aluno) tamanho = int(input('Digite a altura:\n'))…
python-3.xasked Damião José 1