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.
samee 🙌🙌
This solution return an error:
return binascii.b2a_hex(s)
TypeError: a bytes-like object is required, not 'str'
XXIV doesn't work for 24
This is no issue of the kata but of your solution! Do never create issues, if you are not sure, the problem is in the kata.
This comment is hidden because it contains spoiler information about the solution
Python:
In the final test my solution decrypts but the desired answer is encrypted even though it runs the decryption algorithm.