variable in Python

Salvatore artyprog at wanadoo.fr
Thu Apr 17 07:31:30 EDT 2003


Salvatore wrote:

> Hello,
> 
> I have a little doubt concerning variables.
> When one declare x = 3
> does x contains the value 3 or
> does x acts like pointer in C ?
> 
> Regards
> 
> Salvatore
> 
> 
I have the answer thanks:
x is an implicit pointer






More information about the Python-list mailing list