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.
Is this supposed to be a requirement? Why is it not enforced if yes? Why is this in the description if not?
There's no point in having so many tests.
The user's function and the reference solution are called twice if the output is wrong.
Tests are imitating
Test.assert_equals
for no reason.Sample tests are broken.
list
is a python keyword, so change it tolst
orl
or something similar that isn't a python keyword or module.Duplicate and no random tests and initial comments are misleading.