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.
Ah, this is so much cleaner than mine. I love it.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Mine isn't as clean as yours, but it's nice to see that I came close! Awesome solution.
Thanks for this. After I submitted mine I figured I could have just sorted...
I'm having trouble with these in Python. Attempting the List Filtering kata. My function works fine, but the test object is funny.
AttributeError: 'module' object has no attribute 'assertEquals'