1# test builtin hex function 2 3print(hex(12345678901234567890)) 4print(hex(0x12345678901234567890)) 5