Tessolve Interview Question

what are generators in python

Interview Answer

Anonymous

Jul 15, 2024

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