[Tutor] Inverse range

Kent Johnson kent37 at tds.net
Wed Sep 6 13:55:04 CEST 2006


Morten Juhl Johansen wrote:
> # Newbie warning
>
> I am playing with Python. Playing as in learning.
> Is it possible to reverse a range sequence? 
Take a look at the docs for the range() function:
http://docs.python.org/lib/built-in-funcs.html#l2h-56

Kent



More information about the Tutor mailing list