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.
The sturcture of these two arrays is actually the same. ']' is equivalent of a symbol or any non-list structure, so basically both original and other are equiv to [1, 1, 1]
Hi there,
I know that this is not a tested case, but have you tried with these values: original = [1, '[', ']'] and other = ['[', ']', 2]. Your solution returns True, but these strings are a bit diferent, so I suppose that it should return False... Am I wrong?