Simple problem
Angelo Secchi
secchi at sssup.it
Thu Nov 13 05:41:11 EST 2003
More information about the Python-list mailing list
Thu Nov 13 05:41:11 EST 2003
- Previous message (by thread): Newby Question: Remove files older than 7 days from a directory
- Next message (by thread): Simple problem
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi,
I'm newby to Python with the following problem.
In one of my programs I have the following loop:
for index in markets:
pippo='firm_'+index
where markets is a list ['A','B','C']. In the same loop at each step I
would like to create a new list with name 'firm_A', 'firm_B' and so on.
How can I ask to python to do that?
Thanks.
Angelo
- Previous message (by thread): Newby Question: Remove files older than 7 days from a directory
- Next message (by thread): Simple problem
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list