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.
The smaller the scope, the shorter the name. For 2 lines any reasonable (like
l
for "length") 1-letter name is OK.l
should be avoided in Python because PEP8 saysAlthough I'd just recommend using good fonts rather than forbidding letters.
I would go even further and avoid using one letter names for variables (maybe with a few exceptions). Here (CW) are few people who cares about readable code. I belive this is obvious enough to accept this.
Use spoiler flag next time, please. It's visible in the homepage if you don't.