Computer Science
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?
- Two integer objects, two references
- One integer object, two references
- One integer object, one reference
- Two integer objects, one reference
Related Questions
Which of the following are valid Python data types?
Which of the following are datatypes considered as Numbers in Python.
Which Python built-in function returns the unique number assigned to an object?
The operator used to check if both the operands reference the same object memory, is the .......... operator.