What is the output of the following Python code??
x = y = [1, 4, 6]
y [2] = 3
print(x)


Posted on by