Looping on more than one list

Courageous jkraska1 at san.rr.com
Sat Jul 22 23:04:13 EDT 2000


> Not currently.  Look at all the threads about zip(), marry(), braid(),
> etc.

Perhaps this should be folded into the map function?
Ala, lisp:

(map nil #'(lambda (i j) ...) list-one list-two)


C/



More information about the Python-list mailing list