int à hex python sans 0x
>>> format(3735928559, 'x')
'deadbeef'
Santino
>>> format(3735928559, 'x')
'deadbeef'