Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!xlned.com!feeder5.xlned.com!newsfeed.xs4all.nl!newsfeed6.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.060 X-Spam-Evidence: '*H*': 0.88; '*S*': 0.00; 'python?': 0.05; 'python': 0.08; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'outputs': 0.16; 'wrote:': 0.16; 'perl': 0.18; 'header:In-Reply- To:1': 0.22; 'pm,': 0.24; 'aug': 0.24; 'shape': 0.24; 'code': 0.25; 'message-id:@mail.gmail.com': 0.29; 'script': 0.29; 'whitespace': 0.30; 'to:addr:python-list': 0.33; 'fri,': 0.36; 'doing': 0.36; 'another': 0.37; 'fair': 0.37; 'open': 0.37; 'steven': 0.38; 'some': 0.38; 'received:google.com': 0.38; 'comments': 0.38; 'received:209.85': 0.38; 'subject:: ': 0.39; 'to:addr:python.org': 0.39; 'challenge': 0.66; 'anyone.': 0.68; 'subject:line': 0.73; 'writers': 0.77; '"just': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=arFZwrKy9wuYZPp8dS7w3/DU5VARJahzPkZ0n//Lm3M=; b=j/VdzzMnX4zwNxQ92+RP49sgs6JlwBVMyE1roRXjJZ8jPH15YCgmpWX8CemE1j5nCU a4ESm1UGKhmTG30h/3LEkXrOudyEwlgQDRkalpAhMtKUDvfIeNFJPb1wWPrv0SkgaBml ek3RR25x1wLxod5NarlLx9N09lHUbCbZB0rw0= MIME-Version: 1.0 In-Reply-To: <4e45ab9d$0$30002$c3e8da3$5496439d@news.astraweb.com> References: <1312951356.77394.YahooMailNeo@web121518.mail.ne1.yahoo.com> <1312981104.89312.YahooMailNeo@web121520.mail.ne1.yahoo.com> <1312982377.95657.YahooMailNeo@web121508.mail.ne1.yahoo.com> <87fwl9hr4r.fsf@benfinney.id.au> <4e43cb2a$0$29986$c3e8da3$5496439d@news.astraweb.com> <74c2421f-28a0-4a8d-bf74-4eebacfb74f1@d7g2000vbv.googlegroups.com> <92b8f192-d7fc-4c60-87ad-71b12652f3a2@k8g2000yqk.googlegroups.com> <4e45ab9d$0$30002$c3e8da3$5496439d@news.astraweb.com> Date: Fri, 12 Aug 2011 23:50:42 +0100 Subject: Re: allow line break at operators 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.12 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: 15 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1313189445 news.xs4all.nl 23889 [2001:888:2000:d::a6]:55062 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:11318 On Fri, Aug 12, 2011 at 11:39 PM, Steven D'Aprano wrote: > ask most writers or artists and they would say *of course* > whitespace matters. You can write Perl code in the shape of a camel. Can you do that in Python? Okay. Open challenge to anyone. Write a Python script that outputs "Just another Python hacker" or some such message, and is shaped in some way appropriately. And no fair doing all the shaping in comments :) (Has it already been done?) ChrisA