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 example is fine.
With Java, you need to do the following : Add an H, change the J for an E, change the second A for an E and finally add a N.
That's 4 permutations compared to Python's 5 (Change P for J, change Y for E, change T for A, change H for V, change E for N).
EDIT : Typoes
It is pre-loaded code for you, so you don't have to type it out and example of using it would be...
This shift one letter?
Error messages on python katas are of the form "wrong response should equal expected".
So, if the first test error message says
'Ok, Ooooo?Okk, Okkkk?Ok, Ooooo?Okk, Okkkk?Okk, Okkkk?Ook, Ooook!' should equal 'H'
it should mean'Ok, Ooooo?Okk, Okkkk?Ok, Ooooo?Okk, Okkkk?Okk, Okkkk?Ook, Ooook!'
was the answer you provided ( instead ofH
).if you post your code below and mark it as a spoiler someone can help you :)