Search

Copy

Big-O
O(N)
Example
l.copy()
Notes
Same as l[:] which is O(N)