Python Programming - Sets - Discussion

Discussion Forum : Sets - General Questions (Q.No. 26)
26.
What is the purpose of the set.isdisjoint(other_set) method?
Checks if two sets are equal.
Checks if two sets have no elements in common.
Checks if one set is a subset of another.
Checks if one set is a superset of another.
Answer: Option
Explanation:
The isdisjoint() method checks if two sets have no elements in common.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.