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 description is still lacking in the Python translation at least.
This comment is hidden because it contains spoiler information about the solution
I like how readable the chunking is in this solution.
Would be useful to add this to the test cases then.
I would suggest rewording the instructions as it's not immediately obvious what the logic is supposed to be implemented. Personally I would also do without the obnoxiously long return values.
What are the lines
kata = {}
andreturn kata
doing ?I'd concurr. I was surprised that the naive solution that I've just pasted to see what happens went through.
Cheeky
I love how this solution makes the logic apparent by proper naming of the tuple's values
I have to say that I find the problem and the goal descriptions terrible. I needed to read multiple times to get a clue of what is being asked.
Don't know if that's just me but without the examples I wouldn't have a clue of what is expected since "evenly" is pretty vaguely defined.
The instructions should specify that Y is not considered a vowel.