Day 972
Python itertools.count()
Yet another chapter of “python stdlib implementing most things I need better than me”, to create an infinite iterator itertools.count()
is better than stuff like iter(range(100500))
(from AA’s comment in a PR)
Nel mezzo del deserto posso dire tutto quello che voglio.
comments powered by Disqus