mirror of
https://github.com/arun11299/cpp-subprocess.git
synced 2025-08-05 12:56:23 -04:00
4 lines
67 B
Python
4 lines
67 B
Python
import subprocess
|
|
|
|
p = subprocess.Popen(["echo", "what the hell"])
|