Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!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.051 X-Spam-Evidence: '*H*': 0.91; '*S*': 0.01; 'charset:iso-8859-7': 0.04; 'string.': 0.05; 'cc:addr:python-list': 0.11; 'wrote:': 0.18; 'normally': 0.19; 'cc:addr:python.org': 0.22; "aren't": 0.24; 'cc:2**0': 0.24; 'cc:no real name:2**0': 0.24; '>': 0.26; 'this:': 0.26; 'header:In-Reply-To:1': 0.27; 'message- id:@mail.gmail.com': 0.30; 'usually': 0.31; 'tuples': 0.31; 'this.': 0.32; 'received:209.85': 0.35; 'received:google.com': 0.35; 'should': 0.36; 'list.': 0.37; 'received:209': 0.37; 'skip:& 10': 0.38; '8bit%:57': 0.74; 'subject:gets': 0.84; 'to:addr:support': 0.84; '2013': 0.98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=BmkAwv5uqrW+EaN8dZFy6CPe8CX6m0sztLINKxCvcBM=; b=kNpfL2kB8g8dlLmT3KnIOPfOmqBo8pNvekZr5u6nCgSBbculKLw/1xksjs43Wf0V4c byGv6OUpVDGBw8mk+MgQjDXxFaRhu8hAOFPe16/Kuh0IjaDaXJwB4KZX0jcqcQ9D2Eb+ TIqXKKhLTYPdPLEpB3PuODcgfiuIi3L/cJ3iIyvdbDowTua+kD7Q7OBVOpqKEALyS2Iz hm1ClTs4v9Wqx2BYeq9v5VKHSLSU7opoGcM3VgxRS3qYkYdffOOXdRCM1qPSFbuqA9Nw /eAb3tfhUNMQWp1lhnBQhALIcFRLbhaJJjnD74mYCZ8KDLo6AlTjBd6uGtO1dCkUfbZL UVBQ== MIME-Version: 1.0 X-Received: by 10.224.214.134 with SMTP id ha6mr23568956qab.77.1371037742521; Wed, 12 Jun 2013 04:49:02 -0700 (PDT) In-Reply-To: References: <2bc90d3b-09c2-4315-9357-ff7f039465e0@googlegroups.com> Date: Wed, 12 Jun 2013 12:49:02 +0100 Subject: Re: A certainl part of an if() structure never gets executed. From: =?ISO-8859-1?Q?F=E1bio_Santos?= To: =?ISO-8859-7?B?zenq/Ovh7/Igyu/98eHy?= Content-Type: multipart/alternative; boundary=20cf300fb23d9dea5f04def3991e 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: 46 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1371037750 news.xs4all.nl 15972 [2001:888:2000:d::a6]:35489 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:47786 --20cf300fb23d9dea5f04def3991e Content-Type: text/plain; charset=ISO-8859-7 Content-Transfer-Encoding: quoted-printable On 12 Jun 2013 12:08, "=CD=E9=EA=FC=EB=E1=EF=F2 =CA=EF=FD=F1=E1=F2" wrote: > > Oh my God! > > i just need to do this: > > > for i, month in enumerate( months ): > print('' % (month, month) ) Usually what goes in