Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.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.059 X-Spam-Evidence: '*H*': 0.90; '*S*': 0.01; 'subject:missing': 0.07; 'test,': 0.07; 'cc:addr:python-list': 0.11; '11:09': 0.16; '24,': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject: ?': 0.16; 'wrote:': 0.18; 'code.': 0.18; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'first,': 0.26; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'message- id:@mail.gmail.com': 0.30; 'subject:what': 0.31; 'comment': 0.34; 'maybe': 0.34; 'received:google.com': 0.35; 'next': 0.36; 'dave': 0.60; 'reply': 0.66; 'mar': 0.68; 'repeat': 0.74; '2015': 0.84; 'commenting': 0.84; 'angel': 0.91; 'to:none': 0.92 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:cc :content-type; bh=X6RpeJK8yqof6fvnLjFaJIxFrmN910AG9O02Iq+Fsp4=; b=Vy5QCTQIft/CwNP1R8PCPCitUB1+ZUceDEwaY0EAAT3uxlrSnzCmRu8QiU60c0arzv ukawJ7mW4ncAh9eCEasVUOe5nVmgtFC7QnEjYrkXTj5Kwq7YPQy7eK0RIoina4LAR4xu Ot0+oKoIpk7u3yOmnDfqrNgkgZOsiUeeWP+OD5zLNkwxvYd5eZJ+56uKvp2esMEHMOvQ goZhJH20soM5AgK2XmxFC9P53Foy/pEQYnYQnzmrGz8BK3KC5pJwHPjsQTpTt3HY51a1 j1VvuFkLr+OVgB4RyztxqYkI3HuxRCNPSdgAo3pYl83QCeyaqhCOh4nm7j9+p/X7CLta LEmg== MIME-Version: 1.0 X-Received: by 10.50.61.175 with SMTP id q15mr18425356igr.34.1427156873697; Mon, 23 Mar 2015 17:27:53 -0700 (PDT) In-Reply-To: <5510AB29.8060105@davea.name> References: <55105EF4.2070805@davea.name> <55109DEF.9070001@davea.name> <5510AB29.8060105@davea.name> Date: Tue, 24 Mar 2015 11:27:53 +1100 Subject: Re: fibonacci series what Iam is missing ? From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.19 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: 8 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1427156876 news.xs4all.nl 2894 [2001:888:2000:d::a6]:52577 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:87855 On Tue, Mar 24, 2015 at 11:09 AM, Dave Angel wrote: > Repeat to self: comment first, then write test, then write the code. > > Reply to self: Maybe next time. Commenting is like dieting. You can always start tomorrow. ChrisA