I have FOLDER1 FOLDER2 FOLDER3. All of those contain a PYTHON_CODE.py, all of the folders are located in the same place. How can I run all three PYTHON_CODE.py from all of the three folder?
Is it possible to make them all run at the same time, and NOT in the way that first FOLDER1's PYTHON_CODE.py finishes, then comes the second one and third (Again, NOT this way).