I am confused by the copy() function. As I understood, = is pointer style assignment and deepcopy() is creating a new independent copy. Ho
copy()
=
deepcopy()