Jump to

v10-l2-findOutput

What is the output of this Python code?

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

???