0

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

Xiang
  • 41
  • 1
  • 4
  • Use bash(terminal language) to achieve this behaviour, instead of using a Python script to run other Python scripts. Its not a good idea anyways. – ZdaR Oct 21 '22 at 16:45

0 Answers0