Stream Error Lines

Replace a memory-hungry list with a generator that yields one result at a time.

A advanced Linux challenge worth 20 points. Solve it hands-on in a real Linux environment in your browser - no local setup, no fake shells.

The Challenge

Rewrite error_lines() in /home/labuser/lab/errors.py as a real generator that streams and yields only stripped ERROR lines.