```isdisjoint(other) Return True if the set has no...
# general
w
Copy code
isdisjoint(other)
Return True if the set has no elements in common with other. Sets are disjoint if and only if their intersection is the empty set.

New in version 2.6.