2016-03-15 11:35:07 +05:30

4 lines
67 B
Python

import subprocess
p = subprocess.Popen(["echo", "what the hell"])