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!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.020 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'subject:help': 0.08; 'string': 0.09; 'to:addr:comp.lang.python': 0.09; 'cc:addr:python- list': 0.11; 'responses.': 0.16; 'cc:addr:python.org': 0.22; 'this?': 0.23; 'header:User-Agent:1': 0.23; 'helpful': 0.24; 'cc:2**0': 0.24; 'cc:no real name:2**0': 0.24; 'header:In-Reply- To:1': 0.27; 'responded': 0.31; 'checking': 0.33; 'received:209.85': 0.35; 'received:209.85.220': 0.35; 'something': 0.35; 'received:google.com': 0.35; 'received:209': 0.37; 'from:no real name:2**0': 0.61; 'saw': 0.77 X-Received: by 10.49.86.200 with SMTP id r8mr613338qez.25.1365526620585; Tue, 09 Apr 2013 09:57:00 -0700 (PDT) Newsgroups: comp.lang.python Date: Tue, 9 Apr 2013 09:57:00 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=68.194.186.13; posting-account=iVEBawoAAADC2zcRyETBjispujvlKyYR References: <596ca4b8-b5aa-4112-b086-6320108075f7@googlegroups.com> <1629a072-c512-439c-b751-c44f8e945c2e@googlegroups.com> User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-IP: 68.194.186.13 MIME-Version: 1.0 Subject: Re: While loop help From: thomasancilleri@gmail.com To: comp.lang.python@googlegroups.com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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: , Message-ID: Lines: 4 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1365526628 news.xs4all.nl 2630 [2001:888:2000:d::a6]:52555 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:43202 I responded before I saw this message, this was very helpful so I appreciat= e your quick and helpful responses. So do you think prompting for a string = and then checking if the string is true is a good practice for something li= ke this? When would checking for true/false be necessary?