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.
Hi, I made a Python translation for this kata. Please approve it.
There are solutions, like this one which should not pass as the upper bound of the length of a and b is not specified and potentially infinite.
My suggestion is to test bigger arrays of random size in the random tests.
Edit: Kata specifications say "The lengths of the first two arrays will be equal, and the integers will always be positive", but the last fixed test uses
[0, 0]
as an array.