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.
Correction*
In Python, the description examples use sets instead of lists.
As we know, sets in python are declared with {} as an unordered collection of elements, so a fix to declare them as lists would be appropriate.
In Python, the description description examples use sets instead of lists.
As we know, arrays in python are declared with {} and are an unordered collection of elements, so a fix to declare them as lists would be appropriate.