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

3 lines
64 B
Python
Raw Permalink Normal View History

2014-01-17 05:32:22 +00:00
print hex(sys.maxunicode), len(unichr(0x1F4A9))
# ('0xffff', 2)