Is there no way to zip more than two things at onc...
# announcements
h
Is there no way to zip more than two things at once?
for ((a, b, c) in as zip bs zip cs)
obviously doesn't work. I thought maybe
for (((a, b), c) in as zip bs zip cs)
would, but it does not