#!/home/maxime/.pyvenv/bin/python3 s = "0x3D" i = int(s, 16) print(i)