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, the situation is clearly not ideal, considering the possible lack of feedback when the solution is incorrect.
Nice work, either way. ;)
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!
Except your solution is just wrong ;)
No issue here, apart from the fact that, since your solution doesn't output the correct result, the server/browser is chocking to death because of the amount of data each assertion message is trying to print to the console. So, yes, your code is way faster, but only because it doesn't compute the complete output.
This comment is hidden because it contains spoiler information about the solution