Python Programming - Sets - Discussion

Discussion Forum : Sets - General Questions (Q.No. 33)
33.
What is the purpose of the set.copy() method?
Creates a shallow copy of the set.
Creates a deep copy of the set.
Creates an identical copy of the set.
Creates a reversed copy of the set.
Answer: Option
Explanation:
The copy() method creates a shallow copy of the set.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.