To step through a list, the python style is avoid an explicit index.
But what if the same hidden index is to be used for more than one list
for example:-
for key,value in listKeys,listValues :
newdict[key]=value
won't work as it is a tuple of lists, as opposed to a list of tuples.
Is there
thank you everybodyvery well answered.just one question
remains
where do i find documentation on zip ...i was looking for a function
like this, but could not even find a relevant list of functions!!
--
http://mail.python.org/mailman/listinfo/python-list
On May 10, 6:00 pm, [EMAIL PROTECTED] wrote:
> thank you everybodyvery well answered.just one question
> remains
> where do i find documentation on zip ...i was looking for a function
> like this, but could not even find a relevant list of functions!!
ooops...even that was answered. ag