This website requires JavaScript.
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
mirror
/
micropython
kopia lustrzana
https://github.com/micropython/micropython
Obserwuj
1
Polub
0
Forkuj
You've already forked micropython
0
Kod
Zgłoszenia
Projekty
Wydania
Wiki
Aktywność
fb4b800820
micropython
/
tests
/
unicode
/
file1.py
5 wiersze
95 B
Python
Czysty
Wina
Historia
f
=
open
(
"
unicode/data/utf-8_1.txt
"
,
encoding
=
"
utf-8
"
)
l
=
f
.
readline
(
)
print
(
l
)
print
(
len
(
l
)
)
Reference in New Issue
View Git Blame
Kopiuj bezpośredni odnośnik