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.
For those using Python, be aware that this Kata is only working for Python 2.7.6 , and therefore the functions may act differently than you are used to with Python 3! It caught me out for a while.
YEAH! Great, that you solved it! :-)
Sure. I marked it as an issue because someone else had the same issue 3 months ago, and had had no follow-up, so I thought it maybe it had come up as a problem. My bad. Took some time away, ran back through and realised the problem in my code. Thanks for the push and the kata :)
As you can see, 661 people solve this kata in Python without problems.
So I don't think there is a problem.
Do not create an issue, if you are not sure, if the problem is in your code or in the kata!
Test case 8 for Python appears to be wrong. Using my decryption function on the expected answer does not match whats given, despite my decryption function being correct for all other test cases.
Test.assert_equals(encrypt("This kata is very interesting!", 1), "hskt svr neetn!Ti aai eyitrsig")
I'm having the same issue. Running the string through my encryption (which resulted in correct answers up until that point), gives me a different string than the answer they expect from decryption!