This website works better with JavaScript
Domů
Procházet
Nápověda
Registrovat se
Přihlásit se
gogadmin
/
Arduino
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Větev:
master
Větve
Značky
master
Arduino
/
esp8266
/
micropython
/
tests
/
io
/
file_long_read2.py
file_long_read2.py
65 B
Trvalý odkaz
Historie
Surový
1
2
3
4
f = open("io/data/bigfile1")
b = f.read()
print(len(b))
print(b)