On 17 Jan, 13:21, Sacred Heart <[EMAIL PROTECTED]> wrote:

> A push in the right direction, anyone?

for number,letter in zip(array1,array2):
   print "%s %s" % (number,letter)


-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to