I would like to create a subprocess of a process.
What would be a working example which shows how to accomplish this?
import subprocess subprocess.call(['echo', 'hello world'])