> Python
> for i,j in topgirls, richgirls:
>     print i,j

for i, j in zip( topgirls, richgirls ):
    print i,j

HTH,
Daniel

> Cheetah
> #for $i,$j in $topgirls, $richgirls$i, $j
> #end for
> This doesnt work



-- 
Psss, psss, put it down! - http://www.cafepress.com/putitdown
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to