which one has best performance?

a:for i in range(0,len(a))
b:for x in a
c:for x,y in enumerate(a)

but, it seems I cann't get index number with b format..:(

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

Reply via email to