Q. Which method can be used to return a copy of a list?
β
Correct Answer: (A)
copy()
Explanation: The `copy()` method returns a shallow copy of the list.