Posts by Fernando • 29 points
1 post
-
2
votes2
answers91
viewsQ: How do iterators created from lists rescue "random" values in Python?
I’m studying iterators and generators in Python, and I was intrigued by a question, and I can’t find the answer to that anywhere. When we create a Python generator through a generating expression…