Mega Code Archive

 
Categories / Python / Development
 

Print with format

print "%o %x %X" % (64, 64, 255)