Re: [Tutor] how do (or do I) do a list of variable names?

2014-02-02 Thread Peter Otten
rick wrote: > Hello Everyone, > > I think my approach is all wrong, but here goes. > > var1 = []; var2 = []; var3 = []; . . . ~50 lists > > > each variable would be a list of two digit integers, or two digit > integers stored as strings (I don't need to do any math, I just need to > know whi

[Tutor] how do (or do I) do a list of variable names?

2014-02-02 Thread rick
Hello Everyone, I think my approach is all wrong, but here goes. var1 = []; var2 = []; var3 = []; . . . ~50 lists each variable would be a list of two digit integers, or two digit integers stored as strings (I don't need to do any math, I just need to know which integers are in which variable