index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
unicode
/
file1.py
blob: 554e8867430c9358d2a4f06f3095a360424b803f (
plain
)
1
2
3
4
f
=
open
(
"unicode/data/utf-8_1.txt"
)
l
=
f
.
readline
()
print
(
l
)
print
(
len
(
l
))