3 lines
77 B
Python
3 lines
77 B
Python
|
|
import sys
|
||
|
|
sys.maxunicode # 1114111 on a wide build, 65535 on a narrow build
|