Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder7.xlned.com!news2.euro.net!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.068 X-Spam-Evidence: '*H*': 0.87; '*S*': 0.01; 'context': 0.07; 'mind,': 0.09; '(it': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'left,': 0.16; 'quoted': 0.16; 'subject:games': 0.16; 'wrote:': 0.18; 'do.': 0.18; 'trying': 0.19; 'thu,': 0.19; 'sort': 0.25; 'post': 0.26; 'header:In-Reply-To:1': 0.27; 'message-id:@mail.gmail.com': 0.30; 'text': 0.33; 'received:209.85': 0.35; 'received:209.85.220': 0.35; 'received:google.com': 0.35; 'example,': 0.37; 'received:209': 0.37; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'expect': 0.39; 'to:addr:python.org': 0.39; 'manually': 0.60; 'helps': 0.61; "you're": 0.61; 'provide': 0.64; '5:15': 0.84; 'subject:skip:g 10': 0.84; 'imagine': 0.93; '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=jmCqDEZpZciVzowhpVZxxXydIPkdK3Sv+rLTTmlqEWo=; b=Nxwq8g5prIRkLBsRxv+qkgbszZBM0c/Ju5f+Hb+elj3a2hGF9gOyHHvmVS0r77KNnP ZePA2WAeT8Aov2oNA2M1A2TASKAQMYr+Y40sYFYhyJNAfTxYWb6KmCIsEcRmizXj3fPk +dOdlz8FfKUKJtpkLyEofLjpdkBHJJPMiPyAXsrE+VcvScqidodAiiQUFoVNy3AOdLTh rKNc7PEm5kHTqNcPI4ADVBc+ii0c+JRZf8n17/gIiKQGPiuSMNma36ux4DEbFw6yZd1p XgNrNviUzYqM+qMWLZj3LPPBui6G6VSdcqDE9DX4sClPfw8aKpkSAMA9hXCg81VBgxRA Ih3A== MIME-Version: 1.0 X-Received: by 10.52.91.71 with SMTP id cc7mr3480836vdb.58.1365665259589; Thu, 11 Apr 2013 00:27:39 -0700 (PDT) In-Reply-To: References: <0e8b4a09-3d1d-4b92-a0ef-2274a2a651c9@googlegroups.com> Date: Thu, 11 Apr 2013 17:27:39 +1000 Subject: Re: guessthenumber print games left 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: 1365665262 news.xs4all.nl 2610 [2001:888:2000:d::a6]:39330 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:43331 On Thu, Apr 11, 2013 at 5:15 PM, wrote: > If you get the time, please post an example, because I don't understand. (It helps to include some quoted text to provide context to your post.) Imagine you had a program that just showed the number of games left, nothing else. Write me out what you would expect that program to output. Just do it manually so I can see what you're trying to do. That'll also help you sort out, in your own mind, what you're doing. ChrisA