Posts by Duener • 23 points
1 post
-
2
votes4
answers333
viewsQ: Bring only the values of the Python keys
I need to bring one dict only the values of chave['nota'], but it only brings once. Follow the code: def AlunoeNota(disciplinas, nome): print('Aluno da FHO '+nome + '- SI' ) for nota in…