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.
Ok, the fact that "your output" is considered
[]
here is because not any of the words you returned are actually part of the expected output (actually, they aren't even what should be considered words, here, see below).That requirement is telling you what should be considered a word, and not of what is made the input. The sentence about punctuation just means that not any punctuation will be part of a "word", not even an apostroph. I guess I should just removed/reword that sentence (you're not the first one to get trapped by this). So, for now, most of your "words" aren't actually:
'Hope this helps...
cheers
Hi,
Python, I see (according to your profile). I can tell you, there's no issue in python. The random tests are generating random strings, with random "words". Random chars, actually. So nothing abnomal here.
General note about the local definition here, on cw (generic message, some parts don't apply here, but, just to let you know).
Seems you're "rather new" to cw, so here are some general guidelines about the comments:
Issue
: problem in the kata itself (description, wrong tests, wrong internal solution...)Suggestions
: well, I guess that part is clearQuestion
anything else that is related to you having a problem solving a kata -> that's you, currently.When you post issues:
When you post a question: well, most of the above apply too x)
When you post code, use proper github markdown, so that it's readable.
cheers