Python Programming - Sets - Discussion

Discussion Forum : Sets - General Questions (Q.No. 35)
35.
What does the set.union(other_set) method do?
Finds the common elements between two sets.
Combines two sets and removes duplicate elements.
Returns the elements that are unique to each set.
Checks if two sets are equal.
Answer: Option
Explanation:
The union() method combines two sets and removes duplicate elements.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.