Create a variable "on the fly"

Paolino paolo_veronelli at tiscali.it
Wed Jul 27 13:43:12 EDT 2005


Paul D.Smith wrote:
> Can Python create a variable "on-the-fly".  For example I would like
> something like...
> 
> make_variable('OSCAR', 'the grouch');
> print OSCAR;
> 
> ...to output...
Python has only 'on the fly' variables and ';' is not used for one 
expression in one line.


Probably the tutorial is good to be read also.

Paolino

	

	
		
___________________________________ 
Yahoo! Mail: gratis 1GB per i messaggi e allegati da 10MB 
http://mail.yahoo.it



More information about the Python-list mailing list