Python-Interview-Preparation icon indicating copy to clipboard operation
Python-Interview-Preparation copied to clipboard

question 40

Open maheshmeleti opened this issue 8 months ago • 0 comments
trafficstars

Generators are more memory efficient than iterators; Generators store only the current value, whereas iterators store states persistently.

maheshmeleti avatar Mar 04 '25 15:03 maheshmeleti