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.
Beautiful piece of code =)
That's a solid point. It seems like a lot of folks lean towards concise, single-line code for brevity, which is often 'better seen' on platforms like these. But then, when you actually need to debug that code, you're pretty much forced to expand it into multiple lines just to make it traceable. Personally, I find myself constantly pushed into writing everything on a single line just to rack up reputation points on sites like this
OMG! beautiful code, gg
Python solution?
return True return False
Maybe that line doesn't work