2.20. lib - SubprocessΒΆ

To run another python script within another python script

import subprocess

subprocess.run("python script.py")