Path: csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed6.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.011 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'subject:Python': 0.05; 'beginner': 0.05; 'subject:help': 0.07; 'python': 0.09; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject:questions': 0.16; 'wrote:': 0.17; 'thu,': 0.17; 'working.': 0.17; 'received:209.85.214.174': 0.21; '15,': 0.23; 'tried': 0.25; 'header:In-Reply-To:1': 0.25; 'first.': 0.27; 'message-id:@mail.gmail.com': 0.27; 'chris': 0.28; 'post': 0.28; 'learn,': 0.29; "i'm": 0.29; 'figure': 0.30; 'code': 0.31; 'to:addr:python-list': 0.33; 'received:google.com': 0.34; 'nov': 0.35; 'pm,': 0.35; "won't": 0.35; 'received:209.85': 0.35; 'but': 0.36; 'received:209': 0.37; 'subject:: ': 0.38; 'some': 0.38; 'to:addr:python.org': 0.39; 'received:209.85.214': 0.39; 'header:Received:5': 0.40; 'help': 0.40; 'your': 0.60; 'yourself': 0.77; 'working,': 0.84 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 :content-type; bh=p9b2stAWvBQzj1x5Yj/2cZklRyydD9o9JuRL1AAP+hE=; b=kUrKPByFj2xW4NyNegqFqDG1RJcEe/g6NMvVW9fHgzHfYR1m2xcvjG17XTctld2Hfi TSq1TB7EzI5zrc1Gb/hWROW382yx2rJFf6wVpeKW0tQJhZmefwtWc6T62MjOs+6TUn2T VtxE+N2LZnfPUv2vRfwDvdlhetCPW8QhutfrqP/mG2JMYKWEaAGowwt/O2UT0GlTIBQp BmLTtqOP1oXbGlBFpxz18didI8H54yLLDTUW8YPaW1H1oARtHME0fy7wijAUAW5xUocY cf4vnfmIggY3Aep44F4s+1ict734yse5qRd4rSVLYUaL4vKOxYRsQY6JIb8tI6mER+Tv wJ5A== MIME-Version: 1.0 In-Reply-To: References: Date: Thu, 15 Nov 2012 13:01:16 +1100 Subject: Re: Python questions help From: Chris Angelico 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 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: 1352944880 news.xs4all.nl 6854 [2001:888:2000:d::a6]:37817 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:33365 On Thu, Nov 15, 2012 at 12:47 PM, su29090 <129km09@gmail.com> wrote: > I brought a python book and i'm a beginner and I read and tried to do the questions and I still get it wrong. Pick one of the questions, write as much of the code as you can, and then post the specific difficulties you're having. If we write the code for you, it won't help you to learn, will it? Once you have some code that isn't working, we can help you to figure out what it is that isn't working. But do your best to write the code yourself first. Chris Angelico