I am trying to figure out the difference in copy.copy() and copy.deepcopy in python 3.x. I am trying to figure how exactly the memory management wo
copy.copy()
copy.deepcopy