micropython-lib/os/test_system.py

5 wiersze
56 B
Python
Czysty Zwykły widok Historia

2014-07-04 20:48:08 +00:00
import os
print("Executing ls -l:")
os.system("ls -l")