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