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.
Oh, I see. I messed up the example test case check. I fixed it now so that order doesn't matter. The hidden test cases don't worry about order.
Can you give me an example of something you think should pass but doesn't? I am only checking to see if the decoded message is in the list of possibles you return.
Solutions that do not use a dictionary are ok.
return "Not a character"
good point. thanks!