zip() : how about braid()

Peter Schneider-Kamp peter at schneider-kamp.de
Thu Jul 20 21:00:03 EDT 2000


Ben Wolfson wrote:
> 
> >>> marry([1,3,5],[2,4,6])
> ([1, 2], [3, 4], [5, 6])
> >>> divorce([1,2,3,4,5,6])
> ([1, 3, 5], [2, 4, 6])

<excited>
I absolutely truly *LOVE* this. That's great.
Man, you made my day!
</excited>

zip() / unzip() sounds just so technical.

Peter

P.S.: But what about the costs of divorce?
--
Peter Schneider-Kamp          ++47-7388-7331
Herman Krags veg 51-11        mailto:peter at schneider-kamp.de
N-7050 Trondheim              http://schneider-kamp.de




More information about the Python-list mailing list