47aaf42
1
2
3
4
import subprocess print(subprocess.run(["dir"], shell=True, capture_output=True).stdout)