Programming (Year 11)
Lists
What will be the output of the following code: x = [1, 2, 3]; print(x[1])?
1
2
3
IndexError