Home
/
Python 3.11
/
Built-in Types
/
intersection
Python 3.0
Python 3.9
Python 3.11
Functions
ID
EN
…
Built-in Types
intersection
Python 3.11
Return a new set with elements common to the set and all others.
Syntax
PYTHON
Copy
intersection(*others)