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
/
io
/
file1.py
blob: 8552f535bd9b0e7de35fcf180ebbfbefcbddcac4 (
plain
)
1
2
3
4
f
=
open
(
"io/data/file1"
)
print
(
f
.
read
(
5
))
print
(
f
.
readline
())
print
(
f
.
read
())