RosettaCodeData/Task/String-length/Python/string-length-14.py

3 lines
67 B
Python
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
print(hex(sys.maxunicode), len(unichr(0x1F4A9)))
# ('0x10ffff', 1)