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.
Thank you!
This comment is hidden because it contains spoiler information about the solution
are you sure? seems pretty useful for strings of length less than 3
This comment is hidden because it contains spoiler information about the solution
Don't worry, you're not stupid. It's actually pretty often people don't know about this (at least until you're finally getting deeper on the use of OOP).
You can search up on google about object reference / address in python. This should give you some knowledges about how python and many other languages treats objects like dictionary and array. After you get a deeper understanding about it, you should know what you have to do in this kata.
You are supposed to modify the array in-place, not return it.
Enveloping a function into a class for no particular reason sure makes a lot of sense ;)
????
Thank you:)