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 -- http://mail.python.org/mailman/listinfo/python-list
