CBSE Class 11 Computer Science Question 18 of 173

Data Handling — Question 3

Back to all questions
3
Question

Question 3

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 ?

  1. Two integer objects, two references
  2. One integer object, two references ✓
  3. One integer object, one reference
  4. Two integer objects, one reference
Answer