Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.mixmin.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed3a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.003 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'subject:Python': 0.06; '21,': 0.07; 'sys': 0.07; 'steve': 0.09; '34,': 0.09; '[1,': 0.09; 'gente': 0.09; 'cc:addr:python-list': 0.11; 'random': 0.14; '55,': 0.16; 'devil': 0.16; 'indexerror:': 0.16; 'steve:': 0.16; 'index': 0.16; 'import': 0.22; 'cc:addr:python.org': 0.22; 'print': 0.22; 'math': 0.24; 'cc:2**0': 0.24; 'cc:no real name:2**0': 0.24; 'skip:" 20': 0.27; 'header:In-Reply-To:1': 0.27; 'message- id:@mail.gmail.com': 0.30; 'url:mailman': 0.30; 'code': 0.31; '13,': 0.31; 'file': 0.32; 'url:python': 0.33; '(most': 0.33; 'skip:& 30': 0.33; 'received:google.com': 0.35; 'are,': 0.36; 'consistent': 0.36; 'url:listinfo': 0.36; 'url:org': 0.36; 'list': 0.37; 'skip:& 10': 0.38; 'recent': 0.39; 'url:mail': 0.40; 'details.': 0.61; 'range': 0.61; 'world.': 0.61; 'more': 0.64; 'este': 0.70; 'education,': 0.96 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=lA6RtvkOnW5ESe3cOHPNzEzVXUHBeIINJMY4J75PXtU=; b=QDd5gbpk2mXvA7FXWGegvasjPaGWwX3pjtD9c1dYxj9EQ1jYS7226aDA339ruzEHwM OqW9cnvqlFyJK3QbE6mZUxmd3TvH3ZYrdol/qK1aIL40xCp1e+mjW1+fw6S3kE2k4Ln+ E6kGEf5gNYlStUGDiPVrEFxHh9PK6iX7lqxFvcuTPfIRBrc0pMV70M10tUcIi1IeTFQ7 xTUKqNAUskvvvk7a6MDtevbR1oMGJ/0TryWJw8RfF3cq/WRgeUwzDd0dargbWrefghur 1wqizivDEYnw8TOgkZ5ZtH2L7sJNKq/+BF465T7eVSrceBBLu2H0ezY30zVzCTccy9r4 DaeA== X-Received: by 10.152.234.162 with SMTP id uf2mr41525002lac.44.1409768247341; Wed, 03 Sep 2014 11:17:27 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: From: Rock Neurotiko Date: Wed, 3 Sep 2014 20:16:56 +0200 Subject: Re: Python is going to be hard To: Seymore4Head Content-Type: multipart/alternative; boundary=001a11349aa4993a2a05022d3f3a Cc: python-list@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 104 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1409768250 news.xs4all.nl 2952 [2001:888:2000:d::a6]:56089 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:77487 --001a11349aa4993a2a05022d3f3a Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable print(x) :) 2014-09-03 20:10 GMT+02:00 Seymore4Head : > import math > import random > import sys > b=3D[] > steve =3D [1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89] > for x in steve: > print (steve[x]) > > Traceback (most recent call last): > File "C:\Functions\blank.py", line 7, in > print (steve[x]) > IndexError: list index out of range > -- > https://mail.python.org/mailman/listinfo/python-list > --=20 Miguel Garc=C3=ADa Lafuente - Rock Neurotiko Do it, the devil is in the details. The quieter you are, the more you are able to hear. Happy Coding. Code with Passion, Decode with Patience. If we make consistent effort, based on proper education, we can change the world. El contenido de este e-mail es privado, no se permite la revelacion del contenido de este e-mail a gente ajena a =C3=A9l. --001a11349aa4993a2a05022d3f3a Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
print(x)

:)


2014-09-03 20:10 GMT+02:00 Se= ymore4Head <Seymore4Head@hotmail.invalid>:
import math
import random
import sys
b=3D[]
steve =3D [1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89]
for x in steve:
=C2=A0 =C2=A0 print (steve[x])

Traceback (most recent call last):
=C2=A0 File "C:\Functions\blank.py", line 7, in <module> =C2=A0 =C2=A0 print (steve[x])
IndexError: list index out of range
--
https://mail.python.org/mailman/listinfo/python-list



--
Miguel= Garc=C3=ADa Lafuente - Rock Neurotiko

Do it, the devil is in the detail= s.
The quieter you are, t= he more you are able to hear.
Happy Coding. Code with Passion, Decode with Pat= ience.=
If we make consistent = effort, based on proper education, we can change the world.

El contenido de este e-mail es pr= ivado, no se permite la revelacion del contenido de este e-mail a gente aje= na a =C3=A9l.
--001a11349aa4993a2a05022d3f3a--