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 got it.
Thanks! :)
If n is 1, then "This kata is very interesting!"
Becomes "hskt svr neetn!Ti aai eyitrsig" the lenght is always the same, you only took every 2nd char, and forgot to concatenate the other part.
what does it mean 'Do this n times!' ?
for ["This kata is very interesting!", 1] case, when should i stop ?
my understanding is it shouold stop when rolled to text[-1]...
my answer is 'hskt svr neetn!'
confusing...
Thanks,I thought the second key was length of string.
As strings 1 comes before 2 as a comes before b.
This comment is hidden because it contains spoiler information about the solution
Print the input, it seems in that case it's empty and your code returned 0
This comment is hidden because it contains spoiler information about the solution
got it ... THANKS!
Print the input values, see why.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
read the complete error message to see from where the error is raised, then amend your code. ;) (and don't forget to print stuff to the console if needed at some point).
EDIT : and read the message just below...?
This comment is hidden because it contains spoiler information about the solution
Closing then.
Loading more items...