ID EN
Built-in Types

set > other

Python 3.11

Test whether the set is a proper superset of other, that is, set >= other and set != other.

Syntax

PYTHON
set > other