how to execute a python file from another python file

28

os.system('python my_file.py')

Comments

Submit
0 Comments