In Python, what does digits = numbers actually do?
digits = numbers
Select one:
It creates a shallow copy of numbers.
numbers
It creates a deep copy of numbers.
It binds a new name to the same object.
It copies only the values but not references.
Sorry! There has been an error processing your answer. Please try again.
Got feedback on this question?