So importieren Sie Subprozess in Python
import subprocess
subprocess.call(['python', 'hello.py'])
psw
import subprocess
subprocess.call(['python', 'hello.py'])