Python List copy() Method

List Methods : Copy the fruits list

Definition and Usage

The copy() method returns a copy of the specified list.

Syntax

list.copy()

Parameter Values

No parameters