puis-je appeler un script python à partir d'une fonction

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