<br><br><div class="gmail_quote">On Wed, Jun 2, 2010 at 19:57, bearophile <span dir="ltr">&lt;<a href="mailto:bearophileHUGS@lycos.com">bearophileHUGS@lycos.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Philippe Sigaud:<br>
<div class="im">&gt; What, do you also need the no-arg version of iota?<br>
&gt;<br>
&gt; :-p<br>
<br>
</div>I&#39;d like a generator (range) similar to the Python itertools.count, that yields numbers starting from the given number (defaulting to zero) and just goes on and on. You can use it in many situations:<br>
<a href="http://docs.python.org/library/itertools.html#itertools.count" target="_blank">http://docs.python.org/library/itertools.html#itertools.count</a><br><br></blockquote><div><br>Yes, it&#39;s handy. It&#39;s one of the first range I made, a year ago. <br>
<br> <br></div></div>