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.
This solution is insanely crazy, I was looking to get something of this style, but couldn't figure it out and went for a much more long winded approach.
Thank you
Please refer here -> https://docs.codewars.com/authoring
Could you explain this in a little more detail or direct me to somewhere this is explained? This is my first attempt to create a kata - so I'm not certain how to go about these things.
NO fixed tests
Python test framework should be used
Description should be formatted & language agnostic
Duplicate
This comment is hidden because it contains spoiler information about the solution
Holy crap this is insane
Now python tests show input numbers.
Thanks! Lol it wasn't working for 1, I had accounted for 0 but not 1, and just had to make it return 1 if the input was 1.
https://docs.codewars.com/training/troubleshooting#print-input
Hi, I have a problem where my code works for every number except for one of the 'corner cases' - but I don't know what number that it. Is it possible for those numbers to be revealed so that I can find out why my code won't work?