Computer Science
The operator used to check if both the operands reference the same object memory, is the .......... operator.
- in
- is
- id
- ==
Python Data Handling
11 Likes
Answer
is
Answered By
1 Like
Related Questions
Consider the following sequence of statements:
a = 35
m = a
Following the execution of these statements, Python has created how many objects and how many references?
Which Python built-in function returns the unique number assigned to an object?
For two objects x and y, the expression x is y will yield True, if and only if
Which of the following is not an immutable type in Python?