On Sat, Jul 02, 2005 at 08:26:31PM -0700, Devan L wrote:
> 
> Also, map is easily replaced.
> map(f1, sequence) == [f1(element) for element in sequence]
> 
How do you replace
map(f1,sequence1, sequence2)
especially if the sequences are of unequal length ?

I didn't see it mentioned yet as a candidate for limbo,
but the same question goes for:
zip(sequence1,sequence2)

-- 
Egbert Bouwman - Keizersgracht 197 II - 1016 DS  Amsterdam - 020 6257991
========================================================================
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to