A shallow copy is a copy of an object that does not copy the values of its attributes, but only the references or pointers to them. For example, if you have an object that contains a list as an ...