• Re: Zip(a,b) isn't really necessary because... (Posting On Python-List

    From Lawrence D'Oliveiro@21:1/5 to HenHanna on Fri Feb 9 21:22:47 2024
    On Fri, 9 Feb 2024 12:35:40 -0800, HenHanna wrote:

    i think that... Zip(a,b) isn't really necessary because...

    it can be easily defined as map( lambda *x: tuple(x), a, b)

    Except zip can take more than two args.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)