Posts by Luis Eduardo • 1 point
1 post
-
0
votes1
answer149
viewsQ: Select the two highest values of a vector and add them up?
atletas = [] while True: nome = input("Nome: ") if not nome: break saltos = [] for i in range(3): salto = float(input("Distância {}:…