Executing External Files

Python

import subprocess

subprocess.run(["python", "my_script.py"])