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.
what do you mean?
As we can see in the tests, the 1st one should equal 0, but this solution always returns 1. In my opinion, the correct solution shouldn't contain sorting.
Great one! good job!
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?
Wow, I'm stupid. This makes more sense.
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.