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ść
f13134e403
micropython
/
tests
/
io
/
file_long_read3.py
5 wiersze
74 B
Python
Czysty
Wina
Historia
f
=
open
(
"
io/data/bigfile1
"
,
"
rb
"
)
b
=
f
.
read
(
512
)
print
(
len
(
b
)
)
print
(
b
)
Reference in New Issue
View Git Blame
Kopiuj bezpośredni odnośnik