0 votes
in Python by
Define generators in Python?

1 Answer

0 votes
by

The way of implementing an effective representation of iterators is known as generators. It is only the normal function that yields expression in the function. 

Related questions

0 votes
asked Sep 21, 2021 in Python by sharadyadav1986
0 votes
asked Jun 28, 2020 in Python by Robindeniel
...