rsokl / Learning_Python

Source material for Python Like You Mean it
https://www.pythonlikeyoumeanit.com/
Other
165 stars 54 forks source link

Improve consuming generators #91

Closed rsokl closed 3 years ago

rsokl commented 5 years ago

Add more examples than just using sum to consume a generator. Also fix the solution to actually show the iteration and printing. Currently things are very confusing.

rsokl commented 3 years ago

Closed by #93