Gustastrada 13/02/2021 Explicação:é bem simples:soma = 0for i in range(5): nota = int(input(f"Nota juiz {i+1} : " )), talvez seja conveniente usar float soma+= notaprint("media = " soma/5)
Gustastrada
Explicação:
é bem simples:
soma = 0
for i in range(5):
nota = int(input(f"Nota juiz {i+1} : " )), talvez seja conveniente usar float
soma+= nota
print("media = " soma/5)