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.
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.
Print the input, it seems in that case it's empty and your code returned 0
Print the input values, see why.
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...?
Closing then.
Use markdown formatting when posting code so indentation is kept. That code doesn't work for inputs like this:
Your code only checks if the first letter of s2 is in s1 or not.