James wrote:
>>for data in iter(lambda:f.read(1024), ''):
>>    for c in data:
> 
> What are the meanings of Commands 'iter' and 'lambda', respectively? I
> do not want you to indicate merely the related help pages. Just your
> ituitive and short explanations would be enough since I'm really newbie
> to Python.

No sorry, that's not how the newsgroup works. You read the documentation 
first, then come back with specific questions about what you didn't 
understand or couldn't find.

http://www.catb.org/~esr/faqs/smart-questions.html

-- 
Robert Kern
[EMAIL PROTECTED]

"In the fields of hell where the grass grows high
  Are the graves of dreams allowed to die."
   -- Richard Harter

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

Reply via email to