[New-bugs-announce] [issue1201] Error in array concept

zip report at bugs.python.org
Tue Sep 25 10:27:01 CEST 2007


New submission from zip:

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.

----------
components: Documentation
messages: 56129
nosy: zip
severity: minor
status: open
title: Error in array concept
versions: Python 3.0

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1201>
__________________________________


More information about the New-bugs-announce mailing list