demo_ref_int3.py:
x = int('ff', 16) print(x)
➜ begtut>python demo_int3.py
255