convert hex to normal python code example Example: python convert hex number to decimal print(int("61", 16)) # output 97 (ascii value "a")