What is the output of the following Python code?
x, y = 20, 20
x, y, z= 1, 4, 6
print(x, y, z)


Posted on by