Python Programming - Sets - Discussion

Discussion Forum : Sets - General Questions (Q.No. 36)
36.
What is the result of the expression set('python').isdisjoint(set('java'))?
True
False
Raises a TypeError
None of the above
Answer: Option
Explanation:
The isdisjoint() method returns True 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.