CBSE Class 11 Computer Science Question 21 of 173

Data Handling — Question 6

Back to all questions
6
Question

Question 6

For two objects x and y, the expression x is y will yield True, if and only if

  1. id(x) == id(y) ✓
  2. len(x) == len(y)
  3. x == y
  4. all of these
Answer