[Tutor] how to print a message backwards

Kent Johnson kent37 at tds.net
Fri Sep 25 02:28:20 CEST 2009


On Thu, Sep 24, 2009 at 7:02 PM, Sander Sweers <sander.sweers at gmail.com> wrote:
> Now that I know what to look for I went to the online python docs [1]
> and tried to find where it has been documented.
>
> Unfortunately all the slicing examples I found do not even mention that
> there is optional step value.

See footnote 5 at
http://docs.python.org/library/stdtypes.html#sequence-types-str-unicode-list-tuple-buffer-xrange

Kent


More information about the Tutor mailing list