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 fixed.
Don't post an issue if something is wrong with your code.
You could post your full code here as a spoiler if you someone to help you with it
Not an issue
This comment is hidden because it contains spoiler information about the solution
It is just me that always struggles more on handling these cases, than solving the actual task... ;)
Test.assert_equals(encrypt("", 0), "")
Test.assert_equals(decrypt("", 0), "")
Test.assert_equals(encrypt(None, 0), None)
Test.assert_equals(decrypt(None, 0), None)
gah ' * \n***\n * \n' should equal ' \n**\n *\n'