DEBSOURCES
Skip Quicknav
sources / micropython / 1.25.0%2Bds-1 / tests / unicode / file1.py
1234
f = open("data/utf-8_1.txt", encoding="utf-8") l = f.readline() print(l) print(len(l))