Loop three lists at the same time?

cokofreedom at gmail.com cokofreedom at gmail.com
Tue Nov 13 05:58:56 EST 2007


On Nov 13, 11:46 am, Davy <zhushe... at gmail.com> 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




More information about the Python-list mailing list