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.
same problem on Python. 53 tests from 54 was done. ALl random was done. 1 basic failed, and can't see what test did they use.
@dunlee: print the input to see where you are failing.
When you press Test, only sample tests (the ones you see) are executed, and you passed these.
When you press Attempt, full test suite (which you cannot directly see) is executed, and your solution fails there.
Probably Basic tests in full test suite are different than Basic tests in sample tests. Or your solution has some intermediate state carried between test cases. If you share the language you are trying to solve, someone could check.