What's wrong with this code?
- It should use square brackets
[] when accessing an element - It tries to store an element from an array in a variable
- The list is missing its square brackets
- There's no element at index
1 It should use square brackets [] when accessing an element.