Home
/
Python 3.11
/
Built-in Types
/
discard
Python 3.0
Python 3.9
Python 3.11
Functions
ID
EN
…
Built-in Types
discard
Python 3.11
Remove element elem from the set if it is present.
Syntax
PYTHON
Copy
discard(elem)