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.
Your score is displayed nex you your Kyu - on the top right corner.
To see how much score I got for the challenge, I just calculate. The score I got after solving the challenge minus the last score I had. :)
Thank you. That explains everything.
I solved 7 kyu kata and my points went from 92 to 124!!! From 7th kyu, I levelled up to 6th kyu. Is it normal?
I'm surprised this code has passed all tests. It doesn't validate the input. What if n is a string?
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Quick suggestion. Perhaps it would be better to say "All POSITIONS in the string should be retained." instead of "All spaces in the string should be retained."
Beginner might think spaces between strings or characters.
omg, I made very silly mistake. Thank you!
This comment is hidden because it contains spoiler information about the solution
a list
My code is printing [5, 4, 3, 2, 1] instead of [5,4,3,2,1] and I don't understand why my solution is wrong?
Those spaces between elements, why do they matter? My code is reversing every n number! It is just annoying