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.
I was stuck for like an hour on the punctuation! but at the end wasn't such a bad kata =)
same
name to slices part is rather tough for me
I think this should be at least a rank 7 question, trying to do this in JS is a lot harder than in python for example.
Не является вопросом + просьба воздержаться от публикации готовых решений в комментариях, тем более что они всё равно помечаются как спойлеры.
Not a question + please don't publish solution in the comments, especially when they're marked as spoilers.
Really nice!
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
I have no idea how to not get my Python code to not time out, everything else works.
You take the number and its exponent is the number of digits in said number. That is why any single digit is a Narcisitic number.
5 is 1 digit, therefore 5**1 = 5.