Posts by Jorge • 1 point
1 post
-
-1
votes3
answers3361
viewsA: Make list with input in python
# o metodo obter_dados() faz o input e retorna um Dict # com os valores organizados caso a pessoa informe no input a seguinte # sequencia: # >>> Nome Idade Nota1 Nota2 Nota3 Nota4 Nota5 # #…