SyntaxFix
Write A Post
Hire A Developer
Questions
>>> int("0xff", 16) 255
or
>>> int("FFFF", 16) 65535
Read the docs.