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.
True, and thanks for your suggestions. I suspect that given this kata is rated at 42%, it will never see the light of day outside of beta, so it might be a lost cause now.
I completely agree. Sorry to the user that did that before it was prohibited :/
The tests should be working correctly.
Python translation was broken because it relied on file concatenation that we previously did internally.
I've just fixed this by including the class declaration in the solution.
Try resetting or start from the following:
This invalidated many solutions, but it's better than having broken translation.
I think that the string is not trimmed in random tests:
Expected: equal to muIcKiTXBKIdGdTwFMFnAxdtEUrRClWvsMPdJxay lPduzTkLMLxay
Actual: muIcKiTXBKIdGdTwFMFnAxdtEUrRClWvsMPdJxay lPduzTkLMLxay
After adding char in front and in end
Expected: equal to PIPay
Actual: PIPay
Possibly. I was thinking 4kyu when I first devised this kata, but a couple of other people assessed it at 3kyu and 2kyu.
could the difficulty depends on the language? Because, just look at alexshavlovsky's comment below (doing java)
if so, that's bad and the version you did should be updated with more demanding tests.
Fixing the tests is what I think is best (so all languages behave the same).
Punctuation marks shouldn't be inside words, they should be separated by spaces like in other languages.