What's wrong with this code?

It should use square brackets [] when accessing an elementIt tries to store an element from an array in a variableThe list is missing its square bracketsThere's no element at index 1

It should use square brackets [] when accessing an element.