Frage im Vorstellungsgespräch bei Yext

What does using "object1 = object2" really do to the data structure in Python?

Antwort im Vorstellungsgespräch

Anonym

30. Mai 2020

It creates a reference to the object so the old object is still modified when only the new object is intended to be modified.