Predict the output:
x,y,z = [1,2],[1,2],[1,2]
print (x == y)
print( x is y)
Answers
Answered by
0
Answer:
True
True
atleast 20 char.
Similar questions