May-09-2019, 06:20 PM
The program should wait for the os.system to finish before executing other statements. Two other options, 1) use subprocess.run
https://pymotw.com/3/subprocess/index.html 2) import the 2nd program and call a function or class within that program
https://pymotw.com/3/subprocess/index.html 2) import the 2nd program and call a function or class within that program