SyntaxFix
Write A Post
Hire A Developer
Questions
To get a pure hex value this might be useful. It's based on Joe's answer:
def gethex(decimal): return hex(decimal)[2:]