kopia lustrzana https://github.com/micropython/micropython-lib
6 wiersze
89 B
Python
6 wiersze
89 B
Python
![]() |
import os
|
||
|
|
||
|
fd = os.open("example_open.py", os.O_RDONLY)
|
||
|
print(fd)
|
||
|
print(os.read(fd, 10))
|