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.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Can the author or someone equally invested in the python port of this kata explain why the input space of tests must include type(None) but python initialization of function shows inputs as array1 and array2 -- implying inputs of type([])? Was this purely to ensure reading of the entire kata description or was passing None as input trying to expose the audience to try/except statements?
Learned how to in-line import, now my code will never by pythonic.
This comment is hidden because it contains spoiler information about the solution