Home
/
Python 3.11
/
Operators
/
delitem
Python 3.0
Python 3.9
Python 3.11
Functions
ID
EN
…
Operators
delitem
Python 3.11
Remove the value of a at index b.
Syntax
PYTHON
Copy
operator.delitem(a, b)