Evan Klitzke wrote:
> On 8/13/07, brad <[EMAIL PROTECTED]> wrote:
>> I'd like to do something like this:
>>
>> var = '123'
>> %s = [], %var
>>
>> So that, in the end, var is '123' and an empty list is named '123' as
>> well. The list assignments are created during a loop.
> 
> You can't assign a variable whose name is 123, but you can do this
> sort of thing with setattr.
> 
And why would you want a variable whose name is '123'?

regards
  Steve
-- 
Steve Holden        +1 571 484 6266   +1 800 494 3119
Holden Web LLC/Ltd           http://www.holdenweb.com
Skype: holdenweb      http://del.icio.us/steve.holden
--------------- Asciimercial ------------------
Get on the web: Blog, lens and tag the Internet
Many services currently offer free registration
----------- Thank You for Reading -------------

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to