Question d’entretien chez Tessolve

what are generators in python

Réponse à la question d'entretien

Utilisateur anonyme

15 juill. 2024

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