Tessolve interview question

what are generators in python

Interview Answer

Anonymous

15 Jul 2024

In Python generators are special types of iterators, which do not consume memory until it is called.