Can’t edit temporary copy of global variable in Python
For some reason, I can’t edit an imported global variable, nor it’s temporary copy.
Every change I make results in the original variable being ignored.
For some reason, I can’t edit an imported global variable, nor it’s temporary copy.
Every change I make results in the original variable being ignored.