comment importer un sous-processus en python

import subprocess
subprocess.call(['python', 'hello.py'])
psw