On 11/28/2009 10:03 PM, Jose Amoreira wrote:
Yes, Robert, that does it! Thanks a lot!
Have a nice weekend!
Jose

don't forget zip() built-in function:

for x, y in zip(list1, list2):
    print x, y

_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to