kopia lustrzana https://github.com/micropython/micropython-lib
5 wiersze
56 B
Python
5 wiersze
56 B
Python
|
|
import os
|
||
|
|
|
||
|
|
print("Executing ls -l:")
|
||
|
|
os.system("ls -l")
|