how to import subprocess in python

Solutions on MaxInterview for how to import subprocess in python by the best coders in the world

showing results for - "how to import subprocess in python"
Sarah
16 Feb 2019
1import subprocess
2subprocess.call(['python', 'hello.py'])