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

3 lines
77 B
Python
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
import sys
sys.maxunicode # 1114111 on a wide build, 65535 on a narrow build