Python Programming - Generators - Discussion
Discussion Forum : Generators - General Questions (Q.No. 53)
53.
What happens if a generator function contains a
yield from iterable
statement?
Answer: Option
Explanation:
yield from iterable
delegates the yielding to the iterable, yielding each value from the iterable.
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