builtin_hex_intbig.py 97 B

1234
  1. # test builtin hex function
  2. print(hex(12345678901234567890))
  3. print(hex(0x12345678901234567890))