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.
Removed 'spoiler' flag. But there is no code, if that's your expectation.
Your solution fails for the test case
abcabcabc
.Please fix and try again.
Inside your function, display (
print
in Python,console.log
in JavaScript) to see what the value of the input is.That should give you some idea of which test cases are failing.