v10-l2-findOutput

(188/222)

What is the output of this Python code?

array : list = [4, 2]
array[2] = 5
print(array)

???