pointers & references in python?

sami sieranoja sami.sieranoja at pp.inet.fi
Fri Aug 16 09:48:21 EDT 2002


is there something like this in python:

a = 1
b = &a
b = 3
print a

OUTPUT:
3



-Sami



More information about the Python-list mailing list