Z=[[x for y in range(1,2) if AList[x]==y] for x in range(0,5)]
I am not sure how to ask this but which "for" is looped first? I could
test but was wondering if there was a nice explanation I could apply
to future situations.

Thanks
Vincent Davis
720-301-3003
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to