[Tutor] Questions regarding strings

Jerry Hill malaclypse2 at gmail.com
Tue Aug 10 02:46:55 CEST 2010


On Sun, Aug 8, 2010 at 1:04 PM, Daniel <asmosis.asterix at gmail.com> wrote:
>
> Can someone please explain this to me? Thank you so much and I wish everyone a great day!

Beyond what Hugo mentioned in his message, take a look at the tutorial:
http://docs.python.org/tutorial/introduction.html#strings

I don't see a way to directly link to the section about subscripting
and slicing strings, but it's a bit below that link, and starts with
"Strings can be subscripted (indexed); like in C, the first character
of a string has subscript (index) 0"

-- 
Jerry


More information about the Tutor mailing list