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.
I figured out that it was because I was using a dictionary, and in Python 2.7.6 it does not maintains the order.
I'm getting the following error:
'62 seconds' should equal '1 minute and 2 seconds'
...although it works completely fine in my IDE. What's wrong?
This is the most creative solution I've seen.