• Rename 'horses' to 'races'

Question related to mission The Fastest Horse

 

The name 'horses' is misleading and suggests that horses[0] contains all race results of the first horse. But it actually contains the times of the first race for each horse.

It actually is clear from the explanation in the description. But once you start a loop called something like "for horse in horses" it all goes downhill pretty fast.