Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder1.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.028 X-Spam-Evidence: '*H*': 0.94; '*S*': 0.00; 'charset:iso-8859-7': 0.04; 'subject:code': 0.07; 'indication': 0.09; 'different,': 0.16; 'do)': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'ought': 0.16; 'wrote:': 0.18; 'thu,': 0.19; 'header:In- Reply-To:1': 0.27; 'testing': 0.29; 'message-id:@mail.gmail.com': 0.30; 'code': 0.31; 'you?': 0.31; 'run': 0.32; 'not.': 0.33; 'skip:# 10': 0.33; 'basic': 0.35; 'something': 0.35; 'received:google.com': 0.35; 'subject:?': 0.36; 'to:addr:python- list': 0.38; 'pm,': 0.38; 'expect': 0.39; 'does': 0.39; 'to:addr:python.org': 0.39; '30,': 0.65; 'to,': 0.72; 'subject:this': 0.83; '2013': 0.98 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:content-transfer-encoding; bh=k3kqIvpjffuZjcGVBQWpThZ1qUpUPD+5EFDyFZiV1kA=; b=jSB6XVdg1YY87AOwTs3+BuVkmzMGr05Akyx4kDy3SgW/nYGNbH2V3uayFaQX342esu jCYuxbS8YJQPJxd3SKfHtfeSuDiblefhO2J+vk0Qx1WcmTjhQrgAjDiaEXirSGC4qE/c Mt/NkJ7e4aDM8laCLnIwO/IZdihZ58W808IufaNqxZ3iLgRmDLyT29dS+luFQas0Pcsc vLsNrhcgQMBfBsf5Hm8IF6XVC0FM5WUjG6dYxCNCzytlUNH5qYs9/U89kgR3781CJunI EjrR/64nyTea5Y5wurprgt/NYSSmeMVwgwCTKR7oM4O/45VYbe+e1JWQ1/lpbrd3NPi0 sCXA== MIME-Version: 1.0 X-Received: by 10.220.215.73 with SMTP id hd9mr5323024vcb.19.1369917249666; Thu, 30 May 2013 05:34:09 -0700 (PDT) In-Reply-To: <95c02d4f-1d3b-45a9-8b22-1eb7cebafe1b@googlegroups.com> References: <95c02d4f-1d3b-45a9-8b22-1eb7cebafe1b@googlegroups.com> Date: Thu, 30 May 2013 22:34:09 +1000 Subject: Re: Is this code correct? From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-7 Content-Transfer-Encoding: quoted-printable 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: 11 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1369917253 news.xs4all.nl 15903 [2001:888:2000:d::a6]:54257 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:46473 On Thu, May 30, 2013 at 10:25 PM, =CD=DF=EA=EF=F2 =C3=EA=F133=EA wrote: > #!/usr/bin/python3 > # coding=3Dutf-8 > (chomp a whole lot of code without any indication of what it ought to do) Why not run it and see? If it does what it ought to, it's correct; if it does something different, it's not. Why do you expect us to do your basic testing for you? ChrisA