11.3.3. Ch11 Lab#
Complete this applied lab after studying the Iterators and Generators chapter.
11.3.3.1. Overview#
Build a small, runnable example that applies the chapter topic to a realistic data or programming task.
11.3.3.2. Tasks#
Define a small dataset or input.
Write code that applies the chapter concept.
Display the result clearly.
Add a short reflection explaining the design choices.