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