Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #50400 > unrolled thread
| Started by | Chris Nash <cndefend-stuff@yahoo.co.uk> |
|---|---|
| First post | 2013-07-10 16:43 +0000 |
| Last post | 2013-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.
Re: python for loop Chris Nash <cndefend-stuff@yahoo.co.uk> - 2013-07-10 16:43 +0000
| From | Chris Nash <cndefend-stuff@yahoo.co.uk> |
|---|---|
| Date | 2013-07-10 16:43 +0000 |
| Subject | Re: 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.
Back to top | Article view | comp.lang.python
csiph-web