how to save the command result with ! in python

26

subprocess = subprocess.Popen("echo Hello World", shell=True, stdout=subprocess.PIPE)

Comments

Submit
0 Comments