Posts by Matheus Taurino • 13 points
1 post
-
0
votes2
answers652
viewsQ: Python 3.8 - How to format the display of the elements of a list in column
Hello. My code currently: To fill the list: lista = [] def preenche_Lista(): while True: espaco ="|______" nomeAluno = str(input('Qual o nome do estudante? - Digite FIM para encerrar ->…