3 lines
67 B
Python
3 lines
67 B
Python
|
|
print(hex(sys.maxunicode), len(unichr(0x1F4A9)))
|
||
|
|
# ('0x10ffff', 1)
|