Bjoern Schliessmann wrote:
> Fredrik Lundh 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)

The obvious one is to use enumerate.
TOOWTDI allows less obvious ways to exist.

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

Reply via email to