Programming (11th Grade)
Lists
What is the output of the following code? x = [1, 2, 3]; print(x[1])
1
2
3
IndexError
Next