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.
It is about the way you're creating OrderedDict's.
OrderedDict is a dictionary where keys maintain the order in which they are inserted.
That means, you have to create OrderedDict, by giving it keys in the order you want them to stay.
Try to use for loop to do this.
When you solve this, rest of your code should be working with Python 2.7.6.
No Issue in this case.
Godspeed mate!
Yeah i see it now.
Finally I succeesed to submit my solution.
It is not so obvious when you cant see expected output.
I really lost some hairs on this one!
Thanks mate!
This comment is hidden because it contains spoiler information about the solution