Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
min & Counter - condensed solution in Creative category for The Fastest Horse by juestr
from collections import Counter
fastest_horse = lambda horses: Counter(race.index(min(race)) for race in horses).most_common(1)[0][0] + 1
June 8, 2019