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 updated the Python test suite so now all cases should be covered.
It says greater, not better. It's clear imo.
I forgot to update the tests after changing the actual tests. Thanks for warning me, it's fixed now.
This would involve knowledge about basic Python language features. Please be more familiar with the language before attempting code golf challenges ;-)
Yes, and they're well defined in the kata's description last two examples:
... into containers, using the
[]
access notation (__getitem__
). But this is a custom method. There is no obvious correlation between the two, which is to say that your intuitions/assumptions are simply wrong.So what? The model is the same for all languages, if some language has negative indexing it doesn't mean you should change it for no reason. Not a kata issue.