0
I am running a script Python which takes a few hours to complete. After running it, I fixed an error in the code. The fix I made is on a line of code that hasn’t been executed yet. So, this is where I have my question. The modification I made will take effect on the current execution?
I would also like to know if all interpreted languages have the same behavior or each one is different?