Dup Ver Goto 📝

PythonSubprocess

PT2/lang/python/old-notes does not exist
To
6 lines, 9 words, 149 chars Page 'PythonSubprocess' does not exist.

{{c import subprocess

ret = subprocess.run(["echo","Hello World"],stdout=subprocess.PIPE) print(ret.stdout.decode("utf8")) }}%TIME=1621069163