Bright Tutorials
Home
Courses
Solutions
Videos
Q&A
Blogs
Downloads
Login
Enquiry
Home
Solutions
CBSE
Class 11
Computer Science
Data Handling
Question 6
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
id(x) == id(y) ✓
len(x) == len(y)
x == y
all of these
Answer
Previous
Question 5
Next
Question 7