he he he

On 10/23/06, John Fouhy <[EMAIL PROTECTED]> wrote:
On 23/10/06, Kent Johnson <[EMAIL PROTECTED]> wrote:
> or for that matter
>    return range(some_var:some_var+5)

[nit-pick]

That would be
    range(some_var, some_var+5)

:-)

--
John.
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to