1.

Predict the output: x,y,z = [1,2],[1,2],[1,2]print (x == y)print( x is y)​

Answer»

ANSWER:

TRUE

True

ATLEAST 20 CHAR.



Discussion

No Comment Found