Python Programming - Lists - Discussion

Discussion Forum : Lists - General Questions (Q.No. 14)
14.
What is the purpose of the copy method in Python lists?
To create a deep copy of the list.
To create a shallow copy of the list.
To copy elements from one list to another.
To concatenate two lists.
Answer: Option
Explanation:
The copy method in Python lists is used to create a shallow copy of the list.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.