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