Home
/
Python 3.11
/
Collections
/
remove
Python 3.0
Python 3.9
Python 3.11
Functions
ID
EN
…
Collections
remove
Python 3.11
Remove the first occurrence of value. If not found, raises a ValueError.
Syntax
PYTHON
Copy
remove(value)
See Also
ValueError