For two objects x and y, the expression x is y will yield True, if and only if
a) id(x)==id(y)
b) len(x)==len(y)
c) x==y
d) all of these
Answers
Answered by
1
Answer:
ans is c x=y
Explanation:
hope it helps you follow me
Similar questions