What is the result of the following code?
t = (1, 2, 3)
print(t.index(4))
t = (1, 2, 3)
print(t.index(4))
t = (1, 2, 3)
print(t.index(4))