How to Actually Copy a List in PythonCopy a list in Python using the copy() method, not the assignment operator.