QuestenaPractice that shows what to review next
Question 116

What relationship does is test between two references?

  1. Whether their values compare equal after conversion
  2. Whether their text representations match
  3. Whether their types define equality
  4. Whether they designate the same objectCorrect answer

Explanation

Identity asks whether both references designate the very same object. It does not coerce operands or invoke their ordinary value-equality behavior, so it is not merely a faster spelling of ==.

Continue with this test

Start practice
Question 116: What relationship does is test between two references? · Python Fundamentals · Questena