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.
It seems you're translating the encoded letter and reversing the other letters of the word.
That'll only work in words of less than 4 letters.
Only switch the second and the last chars, nothing else.
Test.assert_equals(decipher_this("65 119esi 111dl 111lw 108dvei 105n 97n 111ka"), "A wise old owl lived in an oak")
Isnt this a error in the python challenge? The decipher of this will be 'A wise old owl !!lievd!!! in an oak', which is the error i get.