Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!feeds.news.ox.ac.uk!news.ox.ac.uk!news.stack.nl!newsfeed.xs4all.nl!newsfeed2a.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.019 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; '"if': 0.09; 'subject:How': 0.10; 'cc:addr:python-list': 0.11; 'exceptions,': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'thursday,': 0.16; 'wrote:': 0.18; 'meant': 0.20; 'feb': 0.22; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'header:In-Reply- To:1': 0.27; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; '13,': 0.31; 'exceptions': 0.31; 'stuff': 0.32; 'fri,': 0.33; 'maybe': 0.34; 'received:google.com': 0.35; '14,': 0.36; 'john': 0.61; 'life': 0.66; '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=GtpP2+kcUDeH7jeYyXV0rcqJQZYVUyHiIuop7eZ53ew=; b=JfW8NMA+UyZs58bQLSdoz0KUXh1A4YiZ8pLcZlw3LFByPUn2XdYT7iCo0qQUTTCYEb kZva7h9+h7JWef+HwIANtNB9WbKSV3cHPGKG0rzt0Mhgvgbq14KrH3i1H1kaFu/Pp7Jd gTj/XW8U/TqsrlIK5dYjydRZycDNkxinTsK5aBREXydxS7nBDqgHZ6AZIi+oNykoZSW5 7Ys/9CTRr9302WwT8TvD+hCDjTnBu3c03A+n+DrGvngQ8lap/GA2QsmEj3dO0a8l2uDY Tts60XU9LOVYguUuH+9vW66DwP7lfz4/6u3WlOQm+khc3I9tLuAe07No80NhXIIjYHon jJuQ== MIME-Version: 1.0 X-Received: by 10.66.164.229 with SMTP id yt5mr4117472pab.67.1392324302678; Thu, 13 Feb 2014 12:45:02 -0800 (PST) In-Reply-To: <2eb077bd-f74c-45c5-bef3-5f30916b2fcd@googlegroups.com> References: <8a78be96-7d26-47ff-9627-246d85410cd2@googlegroups.com> <92b6e6be-7e55-41c9-81e6-22f494639aa0@googlegroups.com> <2eb077bd-f74c-45c5-bef3-5f30916b2fcd@googlegroups.com> Date: Fri, 14 Feb 2014 07:45:02 +1100 Subject: Re: How to begin 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.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: 12 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1392324305 news.xs4all.nl 2911 [2001:888:2000:d::a6]:44973 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:66236 On Fri, Feb 14, 2014 at 4:34 AM, John Ladasky wrote: > On Thursday, February 13, 2014 7:06:03 AM UTC-8, pete suchsland wrote: > >> if x = 99: > > Surely, Pete, you meant to write "if x == 99:" ? Maybe. Or maybe he wanted the OP to do stuff that would result in exceptions, since exceptions are a way of life in Python! :) ChrisA