ncf wrote: >Hello all, I was wondering if there was any way to pass arguments >(integer and such) by reference (address of), rather than by value. > >Many thanks in advance. > >-Wes > > >
All mutable types in python are passed by reference automatically. -- http://mail.python.org/mailman/listinfo/python-list