Home
/
Python 3.11
/
Built-in Types
/
difference_update
Python 3.0
Python 3.9
Python 3.11
Functions
ID
EN
…
Built-in Types
difference_update
Python 3.11
Update the set, removing elements found in others.
Syntax
PYTHON
Copy
difference_update(*others)