Python Programming - Lists - Discussion

Discussion Forum : Lists - General Questions (Q.No. 5)
5.
Which function is used to create a shallow copy of a list in Python?
copy()
clone()
duplicate()
replicate()
Answer: Option
Explanation:
The copy() function is used to create a shallow copy of a list in Python.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.