Files
Core2forAWS-MicroPython/tests/unicode/file1.py
T

5 lines
77 B
Python
Raw Normal View History

2014-06-15 23:28:39 +03:00
f = open("unicode/data/utf-8_1.txt")
l = f.readline()
print(l)
print(len(l))