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.
As a beginner at Python, this blew my mind.
Great job!
This has a flaw since capital/uppercase search-terms won't be found.
this is hard flex
On the "normal way" it was too easy to solve the katas, so I decided to solve all the katas with one-liners, and it was a great fun :)
Yes, sometimes it is difficult to read the one-liners for others who are not on the same level. But the one-liners are not about the readability. If you don't understand a complex one-liner with meaningless identifiers that means you just need to learn and practice a little bit more which is not a bad thing.
cause codegolf
Why would you write one-liners with meaningless identifiers? They're difficult to read and they have no pros performance-wise whatsoever.