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.
Mathematically speaking both of them can actually be zero
This comment is hidden because it contains spoiler information about the solution
unless I'm blinder than usual, I took care of that x)
Submitted! Waiting for responses and good news! ~~~
Print the input to see what it was, are you mutating the input?
This was just one of the 84 other random tests that I failed and all of them have lists of different lengths.
I
The first value is what your function returned, not the input value. The second one is the expected result.
['Akira Mori'] should equal ['Kenjiro Mori', 'Susumu Mori', 'Akira Mori']
This appeared as a random test while I was running my code. Is this a design error? I cant seem to figure out how the 2 list can be equals to each other.