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.
As shown, when testing with random inputs, a second argument is being passed, and the default function declaration of
fails.
I captured the second argument and printed it, I got the following result:
Hope this helps!
Some of the test cases pass an unexpected second argument to the function. The second arguments are not used, and it's easy enough to grab them with *args and then ignore them, but it shouldn't be passed in the first place.
This comment is hidden because it contains spoiler information about the solution
All you really need to do is setup