Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!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.090 X-Spam-Evidence: '*H*': 0.84; '*S*': 0.02; 'output': 0.04; 'subject:How': 0.09; 'subject:would': 0.09; 'cc:addr:python-list': 0.10; 'itself.': 0.11; 'cc:name:python list': 0.16; 'wrote:': 0.17; 'cc:2**0': 0.23; 'cc:addr:python.org': 0.25; 'header:In- Reply-To:1': 0.25; '(which': 0.26; 'guess': 0.27; 'question': 0.27; 'message-id:@mail.gmail.com': 0.27; 'this?': 0.28; 'sense': 0.31; 'received:google.com': 0.34; 'received:209.85.220': 0.35; 'subject:?': 0.35; 'received:209.85': 0.35; 'explain': 0.36; 'but': 0.36; 'received:209': 0.37; 'subject:: ': 0.38; 'your': 0.60; 'more': 0.63; 'show': 0.63; 'subject:this': 0.84; '2013': 0.84; 'oscar': 0.84; 'played': 0.84; 'subject:you': 0.88; 'eli': 0.93 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=mJAa4dTOn2ERPvIev1phPCWpxnL81XOaS2Pig/kyePw=; b=tBPmnXr7NuHo9DRJOIMZMmzQ54n5o5YJ4I9Y+eUbQhu85KAxoc1xNW0VswnOY/9uwa NTiGiFyPqJW0T7Tzy6qUPgWeQOfUkM135VU+38zZlhhsV9UdSvkaakqWUjTZw7ApVwFb nC4/dqlQtOWcYmaPfnvSEouXrAmoTRqc5k4LNXSmhggj36buLMAnr/yld0astJI5WFRl VYqpQh8bw01orYt3Edcsq8lJKYRwBMT6CI+KdeetitU/L9+/9daL3+HM79vgBgj+P5tG ruFze2S9HtLVduvudO3crcYxiMKQLf1Tgoe2teYuAM6bHmd7/Ixenr6WLx6UT8BTYbiE jjWQ== X-Received: by 10.52.90.140 with SMTP id bw12mr692287vdb.50.1360886997330; Thu, 14 Feb 2013 16:09:57 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <58be0de9-e39e-4b95-99da-d8eb3270db33@googlegroups.com> References: <58be0de9-e39e-4b95-99da-d8eb3270db33@googlegroups.com> From: Oscar Benjamin Date: Fri, 15 Feb 2013 00:09:37 +0000 Subject: Re: How would you do this? To: eli m Content-Type: text/plain; charset=ISO-8859-1 Cc: Python List 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: 9 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1360887006 news.xs4all.nl 6891 [2001:888:2000:d::a6]:58517 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:38894 On 14 February 2013 23:34, eli m wrote: > I want to make a guess the number game (Which i have), but i want to make the computer play the game against itself. How would i do this? Your question would make more sense if you would show your program and also explain how you would like the output to look when the computer played itself. Oscar