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 think for Python, names should be in snake case. Shouldn't matter for 'abc' or anything that is a single word.
https://peps.python.org/pep-0008/#function-and-variable-names
whats the standard for variable naming? I just simply used abc and so on for any variable currently. is that bad? or no?
Isn't that the fault of the kata creator setting bad initial variable names?
Not sure why the downvotes. Conventions are important in programming.
The only reason I'm not upvoting this one, is because it's using non-standard variable naming.