Passing by reference
MartinRinehart at gmail.com
MartinRinehart at gmail.com
Thu Dec 20 16:08:34 EST 2007
More information about the Python-list mailing list
Thu Dec 20 16:08:34 EST 2007
- Previous message (by thread): Passing by reference
- Next message (by thread): Passing by reference
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
... the first element of the list to which x refers is a reference to the new string and back outside foo, the first element of the list to which x refers will be a reference to the new string. Right?
- Previous message (by thread): Passing by reference
- Next message (by thread): Passing by reference
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list