Posso chamar um script python de uma função

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