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.
Yeah it feels like a puzzle
definitely people trolling hahaa
< Deleted >
Exactly the same, good kata but poor tests
You can view the tests, on any kata, by printing the inputs to console/stdout:
Learn how to do this by reading here:
https://docs.codewars.com/training/troubleshooting/#error-messages-and-printing-your-inputoutput
Basically you just insert a "print(name_of_input)" somewhere in your code - or whatever the equivalent console display command in your language is.