|
Data Structures and Algorithms
with Object-Oriented Design Patterns in Python |
Parameter passing in Python is pass-by-reference. It is essential that you understand that when a function is called, the formal parameter names given in the function definition are bound to the objects named by the actual parameters in the function call.