This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng ký
Đăng nhập
gogadmin
/
Arduino
Xem
1
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Yêu cầu kéo về
0
Wiki
Tree:
3e5a6ea51e
Branches
Tags
master
Arduino
/
esp8266
/
micropython
/
tests
/
unicode
/
file1.py
file1.py
95 B
Lịch sử
Raw
1
2
3
4
f = open("unicode/data/utf-8_1.txt", encoding="utf-8")
l = f.readline()
print(l)
print(len(l))