A

Admin • 833K Points
Coach

Q. Which method can be used to return a copy of a list?

  • (A) copy()
  • (B) clone()
  • (C) replicate()
  • (D) listcopy()
  • Correct Answer - Option(A)
  • Views: 21
  • Filed under category Python
  • Hashtags:

Explanation by: Admin

The `copy()` method returns a shallow copy of the list.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.