Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder1.xlned.com!newsfeed.xs4all.nl!newsfeed3.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.026 X-Spam-Evidence: '*H*': 0.95; '*S*': 0.00; 'subject:error': 0.03; 'subject:Python': 0.06; 'exits': 0.09; 'cc:addr:python-list': 0.11; 'exited': 0.16; 'subject: \n ': 0.16; 'subject:program': 0.16; 'sender:addr:gmail.com': 0.17; 'wrote:': 0.18; 'wed,': 0.18; 'cc:addr:python.org': 0.22; 'script.': 0.24; 'cc:2**0': 0.24; 'cc:no real name:2**0': 0.24; 'code:': 0.26; 'header:In-Reply- To:1': 0.27; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; 'context.': 0.31; 'running': 0.33; 'whom': 0.33; '"the': 0.34; 'subject:with': 0.35; 'something': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'thank': 0.38; 'depends': 0.38; 'quote': 0.39; 'how': 0.40; "you're": 0.61; 'provide': 0.64; 'to:addr:gmail.com': 0.65; 'line,': 0.68; 'press': 0.70; 'subject:get': 0.81; '2013': 0.98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=ofXzNii8Qs00NOel8shtvDpPR3B5ru4wBLjlHO5BEKA=; b=vyk9muBKxT1dOA7VlbcCgNLpwIkYRtF6bxcf98LJGxa9eUIvYeboMI1YzKpNeShqJI qNcw7zjbPuMppNBS3lbseL6+Ct+hVa6bexwYf0K8+ETW/qATT6fV7S56J59gTUovlmlN aZ2q5OM8BHS/vPz5k9QX0097tTKXD13jk4/uN/NDF6BHLU8ooiMpVEB2/d6wf1ixD8+Q JX6jtdTp2zU8d36GZZsmOMn7ejTza9ccaVfmxR3uuaiwwXOerTGlJqCmaLMF7iubRNTH fy4q8PzEVH0Wzrw2e4ipRZ9UmEi9IzGA3V08bYPSybWCwgGZlGEz58Cme9AT5k/64ivf Lapw== X-Received: by 10.205.25.198 with SMTP id rj6mr9610320bkb.2.1370448971183; Wed, 05 Jun 2013 09:16:11 -0700 (PDT) MIME-Version: 1.0 Sender: zachary.ware@gmail.com In-Reply-To: <35ea9e7f-baa3-4bc8-899c-0a11b8106365@googlegroups.com> References: <498fb115-8568-478d-8443-1be20dd5c335@googlegroups.com> <35ea9e7f-baa3-4bc8-899c-0a11b8106365@googlegroups.com> From: Zachary Ware Date: Wed, 5 Jun 2013 11:15:51 -0500 X-Google-Sender-Auth: _VBhTjBYGqJONL1-eDKKxr44VbQ Subject: Re: I just wrote my first Python program a guessing game and it exits with an error I get this. To: Armando Montes De Oca Content-Type: text/plain; charset=ISO-8859-1 Cc: python-list@python.org 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: 17 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1370448978 news.xs4all.nl 15884 [2001:888:2000:d::a6]:47842 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:47102 On Wed, Jun 5, 2013 at 10:35 AM, Armando Montes De Oca wrote: > Thank You now the program exits with: > (program exited with code: 0) > Press return to continue > > > Is there a way to get the line (program exited with code: 0) to say something > > like: "The game will end now" > > Press return to contine To whom are you replying? Please quote what (and who) you are replying to to provide context. As for how to change that line, it depends on how you're running the script.