In <[email protected]> Chris Rebert <[email protected]> writes:
>Just add the lists together. >for x in list_a + list_b: > foo(x) Cool! Thanks! kynn -- -- http://mail.python.org/mailman/listinfo/python-list
In <[email protected]> Chris Rebert <[email protected]> writes:
>Just add the lists together. >for x in list_a + list_b: > foo(x) Cool! Thanks! kynn -- -- http://mail.python.org/mailman/listinfo/python-list