[Tutor] create 1000 000 variables

Danny Yoo dyoo at hkn.eecs.berkeley.edu
Sun Jul 16 07:38:18 CEST 2006


> In fact I want to create a list of variables from the list of strings
>
> Example: ['var1', 'var2', 'var3'....] - list of strings

Ok, let's stop for the moment.

Do you know about "dictionaries" yet?  If not, we should point this out to 
you, because they solve the problem you describe.


More information about the Tutor mailing list