Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder2.enfer-du-nord.net!newsfeed.eweka.nl!eweka.nl!feeder3.eweka.nl!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.025 X-Spam-Evidence: '*H*': 0.95; '*S*': 0.00; 'subject:: [': 0.02; 'python': 0.08; 'bash': 0.09; ';-)': 0.12; 'am,': 0.12; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'mon,': 0.16; 'subject:] ': 0.18; 'wrote:': 0.18; 'programming': 0.20; 'received:209.85.210.174': 0.21; 'received:mail- iy0-f174.google.com': 0.21; 'header:In-Reply-To:1': 0.22; 'feb': 0.22; "month's": 0.23; 'message-id:@mail.gmail.com': 0.29; 'fun.': 0.30; 'actual': 0.32; 'to:addr:python-list': 0.35; 'something': 0.35; 'received:google.com': 0.37; 'another': 0.37; 'received:209.85': 0.38; 'some': 0.38; 'received:209': 0.39; 'to:addr:python.org': 0.40; 'worth': 0.61; 'soon': 0.72; '10:03': 0.84; 'challenge,': 0.84; 'look,': 0.84; 'subject:Golf': 0.84; 'emails:': 0.91 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=JK4q66QlpvkT0q8Yct6T5Iei7wE2OfikQv9dBFSsRho=; b=kJoY2MFXPNn1TXrZCo1lrm8DmPvGBKUhj/z8vFMj2hH3G7WAEE/Mo3sYImTd/UwBJi whQDYM37e9WB+4lVXh6M9PfTYC7KMGy1yTuWkBt6pANLnoAtDkzF4cHl3ilPVOBAwkON eqcVGWgWeuZvFUOdsIZYgi8OG2ou5Xw79Z1Fk= MIME-Version: 1.0 In-Reply-To: <4F2F0AC5.1060908@modelnine.org> References: <4F2EB89C.9080801@modelnine.org> <4F2F0AC5.1060908@modelnine.org> Date: Mon, 6 Feb 2012 17:49:20 +1100 Subject: Re: [Perl Golf] Round 1 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: 13 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1328510963 news.xs4all.nl 6877 [2001:888:2000:d::a6]:45011 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:19892 On Mon, Feb 6, 2012 at 10:03 AM, Heiko Wundram wrote: > You're only allowed to bash him for one-liners as soon as he formulates > something that in some way or another resembles a programming challenge, and > not some incoherent listing of words without actual intent... ;-) Nah, one-liners are fun. Look, here's a Python one-liner that generates a month's worth of emails: t = ('a', [23]); t[1] += [42] *ducks for cover* ChrisA