test-A / test.py
avreymi's picture
fix app
47aaf42
raw
history blame
90 Bytes
import subprocess
print(subprocess.run(["dir"], shell=True, capture_output=True).stdout)