Python Programming - Sets - Discussion

Discussion Forum : Sets - General Questions (Q.No. 19)
19.
Which method is used to find the union of two sets?
set.combine(other_set)
set.union(other_set)
set.merge(other_set)
set.join(other_set)
Answer: Option
Explanation:
The union() method is used to find the union of two sets.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.