This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author zip
Recipients zip
Date 2007-09-25.08:26:59
SpamBayes Score 0.022069845
Marked as misclassified No
Message-id <1190708820.99.0.177688390446.issue1201@psf.upfronthosting.co.za>
In-reply-to
Content
http://docs.python.org/tut/node5.html

The best way to remember how slices work is to think of the indices as
pointing between characters, with the left edge of the first character
numbered 0. Then the right edge of the last character of a string of n
characters has index n, for example:

--

This is not possible because counting starts from 0 so the last charater
must be n-1.
History
Date User Action Args
2007-09-25 08:27:01zipsetspambayes_score: 0.0220698 -> 0.022069845
recipients: + zip
2007-09-25 08:27:01zipsetspambayes_score: 0.0220698 -> 0.0220698
messageid: <1190708820.99.0.177688390446.issue1201@psf.upfronthosting.co.za>
2007-09-25 08:27:00ziplinkissue1201 messages
2007-09-25 08:27:00zipcreate