zip() : how about braid()

Greg Ewing see at my.signature
Thu Jul 20 00:36:22 EDT 2000


Michal Wallace wrote:
> 
> braid(), as in hair..

Um, not quite, that suggests two or more strands being
twisted around each other somehow, such as

   braid([1, 2, 3], ['a', 'b', 'c']) = [(1,'a'), ('b',2), (3,'c')]

:-)

-- 
Greg Ewing, Computer Science Dept, University of Canterbury,	  
Christchurch, New Zealand
To get my email address, please visit my web page:	  
http://www.cosc.canterbury.ac.nz/~greg



More information about the Python-list mailing list