Arguments
The key of the list.
The index of the element to return, zero-based.
Response
The value of the element at index index in the list. If the index is out of range,
None
is returned.Returns the element at index index in the list stored at key.
None
is returned.