Why can't you assign to a list in a loop without enumerate?

Fredrik Lundh fredrik at pythonware.com
Wed Nov 1 08:31:51 EST 2006


Bjoern Schliessmann wrote:

>> what's wrong with using enumerate?  or a list comprehension?  or
>> some other of the many different ways you can use to build a list
>> from a set of values?
> 
> Shouldn't there be one -- and preferably only one -- obvious way to
> do it? 8)
 >
> Python Cookbook says "enumerate()", is this still correct with 2.5?

define "it".

</F>




More information about the Python-list mailing list