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 order matters when comparing arrays (unless stated otherwise), so you should keep the order they have in the original array, not reorder them as you want.
I ran it in vscode, it works just fine. but here it just doesnt except it partelly, tbh, no idea why it happends, i checked it by hand all the answers just the samee, except the order.
Need to specify the language used. No detail = No issue.
Fixed.
lmfao who else spent WAY too much time on this than they should have? 🤣
Switched to the new Python framework.
Print the input (you're printing what your function returns there). Not a kata issue.
python:
Log: ['aabb', 'abab', 'baab', 'baba', 'bbaa']
"['aabb', 'abab', 'baab', 'baba', 'bbaa'] should equal ['aabb', 'bbaa', 'abab', 'baba', 'baab']" i dont understand why are the string are looking different 0_o. the second and the last word are just wrong