Kann ich ein Python -Skript aus einer Funktion aufrufen?

import subprocess
subprocess.call("test1.py", shell=True)
Real Raccoon