Pass by reference

Terry Reedy tjreedy at udel.edu
Thu Jan 1 13:22:34 EST 2009


alex goretoy wrote:
> I recently conquered this pass by ref thing. This is how I did it.

What you did was to pass a mutable object and mutate it.  Absolutely 
standard practice in Python.  I am glad you learned it, but also 
learning and using the standard terminology will also help.  Hope you 
enjoy Python too.

tjr




More information about the Python-list mailing list