I'm currently trying to use one python script to execute two or more python scripts at the same time. For example I have two python scripts, one is called test1.py and the other is called test2.py. I want to use a new python script like test3.py to run both test.1py and test2.py at the same time. May I ask what code should I use to achieve this? It must be possible to run test1.py and test2.py at the same time
Asked
Active
Viewed 26 times