Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #42406
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.014 |
| X-Spam-Evidence | '*H*': 0.97; '*S*': 0.00; 'syntax': 0.04; 'great.': 0.07; 'subject:code': 0.07; 'subject:Help': 0.11; 'python': 0.11; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject:python': 0.16; 'wrote:': 0.18; 'help.': 0.21; 'please?': 0.24; 'mon,': 0.24; 'looks': 0.24; 'post': 0.26; 'header:In-Reply- To:1': 0.27; 'chris': 0.29; "we'd": 0.29; 'am,': 0.29; 'important.': 0.30; 'message-id:@mail.gmail.com': 0.30; 'code': 0.31; 'posting': 0.31; 'indentation': 0.31; 'could': 0.34; 'subject:with': 0.35; 'received:209.85': 0.35; 'received:209.85.220': 0.35; 'received:google.com': 0.35; 'received:209': 0.37; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'first': 0.61; "you'll": 0.62; "you've": 0.63; 'me!': 0.84; '2013': 0.98 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=hxx4cdMoyxmo40h8aX+jfBGRpTlsuFk36BYdKd4waBU=; b=gfPAiORqqnZVI7S2+Jv2t//U/NeKLY+of7uPOcwWhA+SAfQ4Dd/znCmtvabE85YZNL h84b470ACPjbwoNN5wBEhETAZvIDBFYVDkx2Gk2YkiysZoeqUeTu8Cd3PWiQQ6oomxKj 3rcl4DoHzRWJVrszgb3P9SsFbGvLaQnbJU56N59fGPyWnvYUIcWicuWO5CF5CUjKwGii QWQM1DE2zb4uEhs+fR+/n46Y+SB7GX94BXa1jCQuLUABIj8CRVaApd3muD+URVqpjIvJ J1X/lK7Dzp2Q8Dn+NwNKqnObO51JR1c5hFNQA19kg4OwEaKNj8IRYmEZxlM5v6AypoPn kj4A== |
| MIME-Version | 1.0 |
| X-Received | by 10.220.103.7 with SMTP id i7mr7524009vco.7.1364762351519; Sun, 31 Mar 2013 13:39:11 -0700 (PDT) |
| In-Reply-To | <37f23623-8bf5-421a-ab6a-34ff622c69f1@googlegroups.com> |
| References | <37f23623-8bf5-421a-ab6a-34ff622c69f1@googlegroups.com> |
| Date | Mon, 1 Apr 2013 07:39:11 +1100 |
| Subject | Re: Help with python code! |
| From | Chris Angelico <rosuav@gmail.com> |
| To | python-list@python.org |
| Content-Type | text/plain; charset=ISO-8859-1 |
| 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 | <http://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 | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.4027.1364762359.2939.python-list@python.org> (permalink) |
| Lines | 9 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1364762359 news.xs4all.nl 6989 [2001:888:2000:d::a6]:49284 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:42406 |
Show key headers only | View raw
On Mon, Apr 1, 2013 at 7:10 AM, jojo <gerrymcgovern@gmail.com> wrote: > Im used to C# so the syntax looks bizarre to me! Any help would be great. The first thing you'll need to understand about Python syntax is that indentation is important. By posting this code flush-left, you've actually destroyed its block structure. Could you post it again, with indentation, please? We'd then be in a much better position to help. Chris Angelico
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Help with python code! jojo <gerrymcgovern@gmail.com> - 2013-03-31 13:10 -0700
Re: Help with python code! Chris Angelico <rosuav@gmail.com> - 2013-04-01 07:39 +1100
Re: Help with python code! jojo <gerrymcgovern@gmail.com> - 2013-03-31 14:06 -0700
Re: Help with python code! Roy Smith <roy@panix.com> - 2013-03-31 17:13 -0400
Re: Help with python code! jojo <gerrymcgovern@gmail.com> - 2013-03-31 14:21 -0700
Re: Help with python code! Roy Smith <roy@panix.com> - 2013-03-31 17:27 -0400
Re: Help with python code! gerrymcgovern@gmail.com - 2013-03-31 14:32 -0700
Re: Help with python code! Alister <alister.ware@ntlworld.com> - 2013-04-01 17:54 +0000
Re: Help with python code! rurpy@yahoo.com - 2013-03-31 14:46 -0700
Re: Help with python code! Chris Angelico <rosuav@gmail.com> - 2013-04-01 08:35 +1100
Re: Help with python code! gerrymcgovern@gmail.com - 2013-03-31 14:41 -0700
Re: Help with python code! gerrymcgovern@gmail.com - 2013-03-31 14:41 -0700
Re: Help with python code! Jason Friedman <jsf80238@gmail.com> - 2013-04-02 21:59 -0600
Re: Help with python code! Chris Angelico <rosuav@gmail.com> - 2013-04-01 08:21 +1100
Re: Help with python code! gerrymcgovern@gmail.com - 2013-03-31 14:24 -0700
Re: Help with python code! gerrymcgovern@gmail.com - 2013-03-31 14:24 -0700
Re: Help with python code! Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-03-31 23:02 +0100
Re: Help with python code! Chris Angelico <rosuav@gmail.com> - 2013-04-01 09:04 +1100
Re: Help with python code! jojo <gerrymcgovern@gmail.com> - 2013-03-31 14:06 -0700
Re: Help with python code! Roy Smith <roy@panix.com> - 2013-03-31 17:08 -0400
csiph-web