I would like to give some feedback about ...
From: https://py.checkio.org/mission/the-fastest-horse/solve/
Hello all!
The first example should be:
print(fastest_horse([['1:13', '1:26', '1:11']]))
instead of
print(fastest_horse(['1:13', '1:26', '1:11']))
Unless of course the goal is to play with lists, but I don't think it's the case with this exercise.
Kind regards,
Chernish
Created at: 2018/04/20 20:49; Updated at: 2018/04/27 06:02