On Nov 13, 11:46 am, Davy <[EMAIL PROTECTED]> wrote: > Hi all, > > I have three lists with the same length. Is there any method to loop > the three lists without a loop counter? > > Best regards, > Davy
What exactly do you mean? Are you trying to loop them together with the same ´count´. "for loop in zip(1,2,3) kind of thing or something else. Please either post a more descriptive question, or your current code. Coko
-- http://mail.python.org/mailman/listinfo/python-list