Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #66236
| 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 | <rosuav@gmail.com> |
| 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 <rosuav@gmail.com> |
| Cc | "python-list@python.org" <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 <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.6878.1392324305.18130.python-list@python.org> (permalink) |
| 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 |
Show key headers only | View raw
On Fri, Feb 14, 2014 at 4:34 AM, John Ladasky <john_ladasky@sbcglobal.net> 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
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
How to begin weixixiao <7441980@gmail.com> - 2014-02-13 05:18 -0800
Re: How to begin pete suchsland <visiondoctor2020@gmail.com> - 2014-02-13 07:06 -0800
Re: How to begin John Ladasky <john_ladasky@sbcglobal.net> - 2014-02-13 09:34 -0800
Re: How to begin Chris Angelico <rosuav@gmail.com> - 2014-02-14 07:45 +1100
Re: How to begin Cameron Simpson <cs@zip.com.au> - 2014-02-14 09:25 +1100
Re: How to begin Ben Finney <ben+python@benfinney.id.au> - 2014-02-14 09:31 +1100
Re: How to begin Ryan Gonzalez <rymg19@gmail.com> - 2014-02-13 16:50 -0600
Re: How to begin Ben Finney <ben+python@benfinney.id.au> - 2014-02-14 11:57 +1100
Re: How to begin Terry Reedy <tjreedy@udel.edu> - 2014-02-14 03:55 -0500
Re: How to begin Ryan Gonzalez <rymg19@gmail.com> - 2014-02-14 19:58 -0600
csiph-web