summaryrefslogtreecommitdiffstatshomepage
path: root/tests/unicode/file1.py
blob: 08b7d25041943142d696c90a38b2a5106618822f (plain) (blame)
1
2
3
4
f = open("unicode/data/utf-8_1.txt", encoding="utf-8")
l = f.readline()
print(l)
print(len(l))