Vladimir

22%
Flag icon
Assigning a new value to an existing variable does not change the object previously bound to it. This is called a rebinding: the variable is now bound to a different object. If that variable was the last reference to the previous object, that object will be garbage collected.
Fluent Python: Clear, Concise, and Effective Programming
Rate this book
Clear rating
Open Preview