[Perl Golf] Round 1

Chris Angelico rosuav at gmail.com
Mon Feb 6 01:49:20 EST 2012


On Mon, Feb 6, 2012 at 10:03 AM, Heiko Wundram <modelnine at modelnine.org> 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



More information about the Python-list mailing list