On Mon, 1 Mar 2021 at 19:51, Alan Gauld via Python-list <python-list at python.org> wrote: > Sorry, a bit OT but I'm curious. I haven't seen > this before: > > yield from () > > What is it doing? > What do the () represent in this context? It's the empty tuple.