references/pointers in Python?

Anton Lavrik asl at tepkom.ru
Wed Sep 12 11:48:33 EDT 2001


Hi.
I've Started learning Python, and can't find how can I do something like
$a = \$b
or
$a = \*$b
in Perl.

Generally, I want to define a referce to an integer, or to the
identifier, that holds it.
Python is full of references, is it possible to define it directly? Or
maybe there are some different ways to do it?

--
Anton.





More information about the Python-list mailing list