variable in Python

Salvatore artyprog at wanadoo.fr
Thu Apr 17 06:22:34 EDT 2003


Hello,

I have a little doubt.
when you declare x = 3
does the variable x 'contains' the value 3 (like in Pascal)
or does it contains an address which points to
a memory place containing the value 3 ?

Regards

Salvatore






More information about the Python-list mailing list