>_BeginnerCoder
Donate

Lesson 24 — Generators that receive

Two-way generators

A generator can receive values with send(), acting like a tiny coroutine.

Why it matters: it models pipelines and cooperative tasks.

Task

Send values into the accumulator and print the running total.

← Back
Next →

Enjoying this lesson? Share it 👇

Keep going with Python Intermediate

Ready for more? These paid resources pick up where this lesson leaves off.

Some links on this page are affiliate links: we may earn a commission at no extra cost to you. We only recommend tools we believe are genuinely useful.