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 guess you also made those changes in the note app then.
I don't see how you could possibly obtain this error message
that is not at all what the error messages look like when I run it, for example, you've written
"Got :"
with two line terminators before it, while the actual output is ", instead got:" with no line terminator, and the expected one is 5 while got is -40, a closing double is missing, spaces appearing out of nowhere ..this is what they do look like:
I copied and pasted your code, removed the space at the end, and passed both sample and attemp tests.
Remove that space you've added at the end, and your code will pass.