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.
the issue is still there
Ah yes, I forgot that the tests will automatically add an import line for preloaded content to the user file. I've just added a patch to compensate.
I have a solution that works (python). After counting the number of characters (manually, and including spaces), it's 61. This is under the limit... but running the test tells me I have a character count of 100+. A little confused here...
This was a heck of a lot of fun. Those tests made me refine my code! Gotta love unexpected results.
This is just so lovely. Very well done.
This comment is hidden because it contains spoiler information about the solution
This is just such a clean way of writing the test!
Dang, this is just such a neat way to repeat. Much cleaner than my mapping.
I think I was trying to go for this, but didn't make anything quite so neat. The use of Math was very nice.
If not for the comments on the codewars site, who would have let me know it was possible to learn this?
This is very delightful. As minimalist as possible.