python shallow / deep copy at a glance @ PythonTutor.org
Click here for a link to the code
- http://www.pythontutor.com/visualize.html#code=list_src++%3D+%5B1,%5B2,3%5D,4%5D%0Alist_dst1+%3D+list_src%0Alist_dst2+%3D+list_src%5B%3A%5D%0A%0Aimport+copy%0Alist_dst3+%3D+copy.copy(list_src%29%0Alist_dst4+%3D+copy.deepcopy(list_src%29&mode=display&origin=opt-frontend.js&cumulative=false&heapPrimitives=false&textReferences=false&py=2&rawInputLstJSON=%5B%5D&curInstr=6