File size: 90 Bytes
47aaf42
 
 
1
2
3
4
import subprocess

print(subprocess.run(["dir"], shell=True, capture_output=True).stdout)