How to Actually Copy a List in Python

Copy a list in Python using the copy() method, not the assignment operator.