variables with dynamicly generated names

Paul Rubin http
Thu Dec 14 04:04:57 EST 2006


avlee <xx at wp.pl> writes:
> Is it possible to use in python variables with dynamicly created names ?

Yes, but don't.

> How ?

You almost certainly want to use something like a dictionary instead.



More information about the Python-list mailing list