11.3.2. Ch11 Homework#

Complete these questions after working through the Iterators and Generators chapter.

11.3.2.1. Problem 1#

Write a short explanation of the chapter’s main idea in your own words.

11.3.2.2. Problem 2#

Create a small Python example that uses one technique from the chapter.

11.3.2.3. Problem 3#

Modify your example to handle one edge case or error condition.