Czy mogę wywołać skrypt Pythona z funkcji

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