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.
fixed
This comment is hidden because it contains spoiler information about the solution
But you didn't even do it recursively, as requested by the problem description.
approved
See the issues with the python translation above
there we go.. the problem was that without it, I couldn't find the 'approve' button
Can you provide the link please?
Changed.
There're but you can't see them.
Unnecessary, but pythonic -
Explicit is better than implicit
. Many linters would flag this function if you leftreturn None
out (and rightly so)This is your kata so you should decide what to do.