[Tutor] can i pass a list to a function and get one back ?

John Fouhy john at fouhy.net
Mon Oct 23 23:31:10 CEST 2006


On 23/10/06, Kent Johnson <kent37 at tds.net> wrote:
> or for that matter
>    return range(some_var:some_var+5)

[nit-pick]

That would be
    range(some_var, some_var+5)

:-)

-- 
John.


More information about the Tutor mailing list