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.
replaced with
[]
Top one is actually quite good. If it were for real, I would write it as a proper named function. That way is real nice for avoiding duplication, and something I didn't think of.
100% cursed. Love it.
24 characters shorter, and I respected proper formatting rules (still a joke solution though).
CANDELA
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.
fr fr
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.