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.
Agreed created the solution and then came across that the test cases aren't even working
That shouldn't be the case since there's no break statement in the for loop. I tried my code with the 3rd test case and it passes the test.
The test is failing on the 3rd test case
I got the same test failing on python where every other test was passing. Must be a incorrectly written test case.
The test cases aren't working properly on this kata for python