Data Type Python Tutorial

print 01, 010, 0100                # Octal literals
print 0x01, 0x10, 0xFF             # Hex literals