Mega Code Archive

 
Categories / Python Tutorial / Buildin Function
 

Hex function convert value to hex type integer number

print hex(255) print hex(23094823l) print hex(65535*2)