Python Programming - Generators - Discussion
Discussion Forum : Generators - General Questions (Q.No. 54)
54.
How does the
generator.__iter__()
method differ from the iter(generator)
built-in function when applied to a generator?
Answer: Option
Explanation:
generator.__iter__()
returns a new iterator object for the generator, while iter(generator)
returns the generator itself.
Discussion:
Be the first person to comment on this question !
Post your comments here:
Quick links
Quantitative Aptitude
Verbal (English)
Reasoning
Programming
Interview
Placement Papers