os.system('python my_file.py')
import os os.system('python my_file1.py') os.system('python my_file2.py')
subprocess.call(" python script2.py 1", shell=True)