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.
Fun kata,
i think "proper spacing" should be clarified something like "space between* per word" for clearity.(Actually that was clarified i didn't read it awsome)What to do when "quack" is part of a word?
Punctuation always makes things tricky, because it makes it difficult to define what is a word, and what is a proper spacing. For example, for input
"Hello quack world quack!"
it is not immediately clear how the final exclamation mark should be handled, because without proper spec, there is many possibilities:"quack!"
is not a "quack", so it should be preserved,"quack"
is removed and!
stays as what's left of the word, leaving us with"... world !"
,Is
"Hello, quack-quack! world!"
a valid input? What should be the answer?You should clarify whether a sentence can begin with "quack" and whether it's capitalized or not.