Posts by David • 1 point
1 post
-
0
votes2
answers142
viewsQ: I’m having repeat problems in python
while True: nome = str(input('nome do aluno: ')) if nome == 'sair': break elif nome in notas: print(f'\n{nome}',nome.upper()) n1 = float(input('Nota do…