On Wed, Oct 29, 2008 at 5:38 AM, A.T.Hofkamp <[EMAIL PROTECTED]> wrote:

> <snip>
> With the zip() function you can merge two sequences into one:
>
> for x, y in zip(string1, string2):
>    print x, y
>

Ah! I *knew* there was a way - I just couldn't remember what it was.

Thanks!
-Wayne
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to