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.
Thx suic ;)
Your code passess the tests with Python 3.6 but not with Python 3.4 which is set as default. I assume that you use Python >= 3.6 in IDLE, which has order-preserving
dict
type (see here). You have two options: 1) switch the Python version in CW (there's a dropdown), 2) change your code to not depend on order-preserving behavior.Regards,
suic
This comment is hidden because it contains spoiler information about the solution