Suppose I run a Python script. Let them say that while working I open the source code and change the value of the variable to another value. Now, in another terminal, if I start using the latest source code, what happens to the previous run, is that progress?
Will this be affected due to this last change I made when I launched it?
The fact is that I want to execute parallel program runs for different values of a specific variable. Any better way to do this?
source
share