Re: iteritems() and enumerate()

2005-01-20 Thread alex23
Erik Max Francis wrote: > You would be funnier if you weren't so incompetent. No, even if he was more competent, he'd still be a vicious, pointless asshole: "By the way, the pussy sex accuse us and hate us virile sex for undiscrimination and hunger for humping. But look at their ugliness, hogging

Re: iteritems() and enumerate()

2005-01-20 Thread Steve Holden
Xah Lee wrote: Python has iteritems() and enumerate() to be used in for loops. can anyone tell me what these are by themselves, if anything? are they just for idiom? No, anyone can use them, not just idioms like you. regards Steve -- Steve Holden http://www.holdenweb.com/ Python Web

Re: iteritems() and enumerate()

2005-01-19 Thread Fredrik Lundh
Xah Lee wrote: > Python has iteritems() and enumerate() to be used in for loops. > > can anyone tell me what these are by themselves, if anything? iteritems() is a dictionary method, which returns a lazily constructed sequence of all (key, value) pairs in the dictionary. enumerate(

Re: iteritems() and enumerate()

2005-01-19 Thread Erik Max Francis
Xah Lee wrote: Python has iteritems() and enumerate() to be used in for loops. can anyone tell me what these are by themselves, if anything? are they just for idiom? thanks. You would be funnier if you weren't so incompetent. -- Erik Max Francis && [EMAIL PROTECTED] && http:

iteritems() and enumerate()

2005-01-19 Thread Xah Lee
Python has iteritems() and enumerate() to be used in for loops. can anyone tell me what these are by themselves, if anything? are they just for idiom? thanks. Xah [EMAIL PROTECTED] http://xahlee.org/PageTwo_dir/more.html -- http://mail.python.org/mailman/listinfo/python-list