dapatkah saya memanggil skrip python dari suatu fungsi

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