[Python] yield and Generator
Last Updated on 2023-07-11 by Clay
Introduction
yield
is a keyword in Python, utilized much like return
, the use of yield
transforms a function into a Generator.
Last Updated on 2023-07-11 by Clay
yield
is a keyword in Python, utilized much like return
, the use of yield
transforms a function into a Generator.