summaryrefslogtreecommitdiffstatshomepage
path: root/tests/basics/builtin_hex_intbig.py
blob: 7049ca3f55c9f4e65e9efe8be0404833497aee29 (plain) (blame)
1
2
3
4
# test builtin hex function

print(hex(12345678901234567890))
print(hex(0x12345678901234567890))