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 have the same issue like natanaelsirqueira, but I don't know, why I should port my code to legacy python, if it works fine in python3. Could you please provide python3 support for this kata?
Not an issue
I figured out that it was because I was using a dictionary, and in Python 2.7.6 it does not maintains the order.
You're probably forgetting to subtract the seconds in minutes before checking how many seconds are left.
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.