Home
/
Python 3.11
/
Built-in Types
/
issubset
Python 3.0
Python 3.9
Python 3.11
Functions
ID
EN
…
Built-in Types
issubset
Python 3.11
Test whether every element in the set is in other.
Syntax
PYTHON
Copy
issubset(other)