Path: csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!feeder.news-service.com!newsfeed.xs4all.nl!newsfeed5.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.021 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'python,': 0.01; 'pm,': 0.10; 'wrote:': 0.14; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'header:In-Reply-To:1': 0.21; 'received:209.85.210.174': 0.23; 'received:mail- iy0-f174.google.com': 0.23; 'message-id:@mail.gmail.com': 0.28; 'sat,': 0.29; 'to:addr:python-list': 0.33; 'nobody': 0.34; 'received:google.com': 0.37; 'received:209.85': 0.37; 'subject:: ': 0.38; 'received:209': 0.39; 'to:addr:python.org': 0.39; 'six': 0.60; '11:31': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type:content-transfer-encoding; bh=UHge4VtS257tVblgAVCrYtHw2KaMMp1OWRtctmZ7xeQ=; b=uqpJW7/pA5g7lYBOIZbBcCjpVGB4ESIO+JJ3Kko5KWqOmsCtL1Hz4la5v2XfmeNGGN pGoUDqXrfO0y6vWcpsWRuPCcPo4Qa+lxVC6MLj1P5GQIq3XZitXSyLJ7U6O0nIzXPS12 Kxil2QtIQqYloIOtCZiutJlqWH7+sXhqqz2Qc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=DzanOLxtC2/ZTND6Z1etib0E8YU+r9Yl2+SxDv7eWf1TtiqmZUZPHSs0h5I6ipXRB0 1fb49g6sUvJTEPZK+Bg9QK2XREWoOkArQPiIjGDOZGANXbtNzvTwKdh/PJypcQUUN6uA kn3+mqaT51eZJRVdMEwj46kZ3kOYRYGSnj9Lc= MIME-Version: 1.0 In-Reply-To: References: Date: Sun, 29 May 2011 00:04:03 +1000 Subject: Re: and becomes or and or becomes and From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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: 82.94.164.166 X-Trace: 1306591447 news.xs4all.nl 49174 [::ffff:82.94.164.166]:47794 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:6477 On Sat, May 28, 2011 at 11:31 PM, Nobody wrote: > Not Python, but: > > =A0 =A0 =A0 =A0#define SIX =A01 + 5 > =A0 =A0 =A0 =A0#define NINE 8 + 1 > =A0 =A0 =A0 =A0... > =A0 =A0 =A0 =A0printf("six times nine is: %d\n", SIX * NINE); *AWESOME*!! That is brilliant! DNA FTW. ChrisA