Chris Fuller wrote: >>>> zip(*[a,b]) > [(4, 8), (3, 6), (2, 3), (6, 3), (7, 2), (9, 7)]
This can be just zip(a, b) Kent _______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor
Chris Fuller wrote: >>>> zip(*[a,b]) > [(4, 8), (3, 6), (2, 3), (6, 3), (7, 2), (9, 7)]
This can be just zip(a, b) Kent _______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor