hex function convert value to hex type integer number : hex « Buildin Function « Python Tutorial






print hex(255)
print hex(23094823l)
print hex(65535*2)
13.23.hex
13.23.1.hex function convert value to hex type integer number