|
Data Structures and Algorithms
with Object-Oriented Design Patterns in Python |
You must understand the difference between the name of an object and the object itself. In particular, you should understand that an assignment statement binds a new name to an object and that an assignment statement does not modify the value of any object.