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.
Thanks for the hint. That was my idea as well, but that would not work with th eexample data "name=shirt&colors=white&colors=black". Or did I misundersood something?
Hey, in Python the order of the element in a dictionary is not defined. So how can I create an output that always (and in a deterministic way) matches the expected result considering the order of the items?