ID EN
Built-in Types

isdisjoint

Python 3.11

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.

Syntax

PYTHON
isdisjoint(other)