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 wouldn't flag a misspelling like that as an issue, or create one per typo, but anyways, fixed.
"leters" --> letters
"allways" should be always
Good beginner 8 kyu kata. I've managed to solve it without loops and multiplications. Also I've broken codewars syntax highlighting in my solution somehow???
oh Thanks, never knew the comments where checked
It failed because you are not allowed to use the
*
operator, even in comments.its so unfortunate i tried a lot of solutions possible but kept on failing one test which is
You are not allowed to use multiplier '*' operator: expected 427 to equal -1
. But when i checked the solutions found some solutions similar to mine but passed. Now confused beacuse i don't still know why my solutions failedIn C#, input price should be
decimal
notdouble
, and assertions should be strict equality.This comment is hidden because it contains spoiler information about the solution
20 leters * 30 => letters
(allways 2 for Java). => always
Somehow did it in python without for loops but looks a little janky
This Kata encourages me to think out of box and comes with creative solutions
Scala translation
you aint 8 kyu
Loading more items...