Q: function parameter

Hwanjo Yu hwanjoyu at uiuc.edu
Mon Jan 29 18:40:54 EST 2001


Hi,
It seems that the python's function parameters are passed call-by-value as a
default.
How to make it call-by-reference, so it allows the parameters to be changed
after calling a function ?
Thanks in advance.







More information about the Python-list mailing list