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.
My sentiment exactly
I just learned of Python's built in "hex" function and was originally planning to use this, but am also simultaneously working on a solution that is hard coded. Unfortunately, it's just going to appear a little messy with me having to specify conditions regarding the Hex table.
I don't think using Python's built-in hex formatting code
02X
should be allowed. This is an #algorithms challenge; people should be writing the algorithm for this conversion, not using built-ins.This comment is hidden because it contains spoiler information about the solution