Computer Science, asked by aditya2019, 3 months ago

Predict the output:

x,y,z = [1,2],[1,2],[1,2]

print (x == y)

print( x is y)​

Answers

Answered by Stereostomer
0

Answer:

True

True

atleast 20 char.

Similar questions