[Tutor] creating variables at runtime

Kirby Urner urnerk@qwest.net
Thu, 24 Jan 2002 10:50:50 -0800


>
>                 globals()[i]=C()

This too, from Andy.  Way cool.

I still advocate putting user-defined objects in a
dictionary -- but if you insist on making this the
globals dictionary, then here's how...

Thanks to all who played on this thread -- most
enlightening.

Kirby