Seksjon 2. Kapittel 3
single
Challenge: Find Most Improved Athlete
Sveip for å vise menyen
Coaches often want to recognize athletes who show the most progress. Automate the process of finding the most improved athlete.
Oppgave
Swipe to start coding
Write a function that takes a list of athlete records, where each record contains a name, a list of first_half scores, and a list of second_half scores. The function should return the name of the athlete with the largest increase in average score from the first half to the second half.
- Calculate the average score for
first_halfandsecond_halffor each athlete. - Determine the difference between the second half and first half averages.
- Identify which athlete has the greatest positive difference.
- Return the
nameof that athlete.
Løsning
Alt var klart?
Takk for tilbakemeldingene dine!
Seksjon 2. Kapittel 3
single
Spør AI
Spør AI
Spør om hva du vil, eller prøv ett av de foreslåtte spørsmålene for å starte chatten vår