micropython-lib/os/test_system.py

5 wiersze
56 B
Python

import os
print("Executing ls -l:")
os.system("ls -l")