Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder2.enfer-du-nord.net!feeds.phibee-telecom.net!dedekind.zen.co.uk!zen.net.uk!hamilton.zen.co.uk!shaftesbury.zen.co.uk.POSTED!not-for-mail From: Nobody Subject: Re: and becomes or and or becomes and Date: Sat, 28 May 2011 14:31:52 +0100 User-Agent: Pan/0.14.2 (This is not a psychotic episode. It's a cleansing moment of clarity.) Message-Id: Newsgroups: comp.lang.python References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Lines: 18 Organization: Zen Internet NNTP-Posting-Host: 9b03f2e6.news.zen.co.uk X-Trace: DXC=?`V]Vn1XTD>o6X8?FT:8^?nok4Z\0bI9nA2ab4QOMCU8L]Sh73YBiOL:`Sg8 X-Complaints-To: abuse@zen.co.uk Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:6470 On Sun, 22 May 2011 15:39:33 -0700, Tim Roberts wrote: > That IS funny. Interesting how a careful choice of arugments will fool us. > One of my favorite math jokes is like that. A teacher asked a student to > reduce the following fraction: > 16 > ---- > 64 > > He says "all I have to do is cancel out the sixes, so the answer is 1/4". Not Python, but: #define SIX 1 + 5 #define NINE 8 + 1 ... printf("six times nine is: %d\n", SIX * NINE);