kopia lustrzana https://github.com/micropython/micropython-lib
7 wiersze
84 B
Python
7 wiersze
84 B
Python
![]() |
import os
|
||
|
|
||
|
l = os.listdir()
|
||
|
print(l)
|
||
|
assert "test_listdir.py" in l
|
||
|
assert "os" in l
|