numbering variables

Fredrik Lundh fredrik at pythonware.com
Mon Mar 28 06:57:30 EST 2005


"remi" <remi at non.com> wrote:

> I have got a list like : mylist = ['item 1', 'item 2',....'item n'] and I would like to store the 
> string 'item1' in a variable called s_1, 'item2' in s_2,...,'item i' in 's_i',...

why?

</F> 






More information about the Python-list mailing list