Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #50400 > unrolled thread

Re: python for loop

Started byChris Nash <cndefend-stuff@yahoo.co.uk>
First post2013-07-10 16:43 +0000
Last post2013-07-10 16:43 +0000
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: python for loop Chris Nash <cndefend-stuff@yahoo.co.uk> - 2013-07-10 16:43 +0000

#50400 — Re: python for loop

FromChris Nash <cndefend-stuff@yahoo.co.uk>
Date2013-07-10 16:43 +0000
SubjectRe: python for loop
Message-ID<mailman.4555.1373499906.3114.python-list@python.org>
The first item in a sequence is at index zero because it is that far away from 
the beginning. The second item is one away from the beginning. That is the 
reason for zero-based indexing.

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web