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.
This comment is hidden because it contains spoiler information about the solution
Or read the description again:
just start reading comments, you'll quickly find the reason for this
Hello, I ran into a problem and i believe my code is correct but i was stuck when it came to test case of "what time are we climbing up the volcano". Now we all can safely assume that the correct output would be "climbing" but appearently the right answer according to this site is "volcano" which makes no sense because if we add the ascii value of every letter in each word it would be climbing: 837, volcano: 754. Please correct me if I am wrong so that I can complete this kata.
damn, thank you. I can't believe i overlooked such a detail
.
Please pay more attention to the Kata description!
Your answer converts
"!"
to"!ay"
and so on.This comment is hidden because it contains spoiler information about the solution