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.
I like this solution
same as mine XD
I think regex is not simple solution for this task. But maybe i very wrong
functools is a PYthon library that gives the user access to functional programming methods such as map, filter and reduce
nice and procedural, but couldn't really be reused.
I think this is clever, but not very straight-forward. I think using regex's or template strings are a better option.