Могу ли я вызвать сценарий Python из функции

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