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.
Random tests in Python can't generate arrays of different size, and the fixed test where the arrays have those sizes expects False.
I am getting the same result. I printed both array in the test and looks like that the test case is wrong. there are 9 numbers in array1 and 8 numbers in array2. so the result is false.
Your function is returning False when it should return True. Probably an edge case, maybe two empty lists. Print the input to figure it out.
what does mean Basic tests faild: 'False should equal True' ?
and 48 tests passed