getitem(x, y)x_yYou may access elements of python sequences using getitem or the shortcut _. This is equivalent to square brackets ([]) in Python. For example, this works for lists.
|
|
|
It also works for dictionaries.
|
|
|
The object getitem is a method function.