Mega Code Archive

 
Categories / Python / Data Type
 

Oct and hex function

print oct(64), hex(64), hex(255)