I have an appiend list.append(value) and instead of appending the value, it changes all the list elements to the same value.
I have been working with python for a while and am thoroughly confused.
Does anyone have an ide how this could happen. I would be glad to furnish the code sample.