Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
I'm attempting this kata in Python, my code keeps passing everything except for the last sample test. It passes everything else, including all random tests. I don't want to presume that the test is wrong (hence me raising this as a question, not an issue), but I'm having trouble figuring out what I might be missing that would cause the code to only fail one of the sample tests and pass everything else.
Hi,
the order of the given input and the instructions are different: "circular race track (km) and the time you run (h)" ≠ "time,round_length"
The Test description "test 2,1,1000,1000" may be more detailed. Example: "my_speed: 2, ghost_speed: 1, time: 1000, round_length: 1000"
10 random tests are not enough. Consequently, they don't cover edge cases enough.