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.
Thanks for the clarification. I'm sorry for the confusion.
I found a bug in my code. It works now :) Code submitted.
I passed 11 tests and failed 1. My code is in Python 2.
The failed case is this: 'aettsT!ih ssi' should equal 'This is a test!'
There is only 1 space in the text to be decrypted. How can this text be decrypted to 'This is a test!' which has 3 spaces??