X-Received: by 10.140.142.19 with SMTP id 19mr17518503qho.0.1448146177563; Sat, 21 Nov 2015 14:49:37 -0800 (PST) X-Received: by 10.50.142.66 with SMTP id ru2mr201945igb.3.1448146177494; Sat, 21 Nov 2015 14:49:37 -0800 (PST) Path: csiph.com!au2pb.net!usenet.blueworldhosting.com!feeder01.blueworldhosting.com!peer02.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!b51no1269597qgf.0!news-out.google.com!l1ni4909igd.0!nntp.google.com!mv3no381621igc.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.python Date: Sat, 21 Nov 2015 14:49:36 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2404:e800:ee12:41:9dfc:7710:d527:a353; posting-account=V6fVrwoAAAB_KNNhh7gdmvqhYlmrIkSO NNTP-Posting-Host: 2404:e800:ee12:41:9dfc:7710:d527:a353 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Comparators From: Cai Gengyang Injection-Date: Sat, 21 Nov 2015 22:49:37 +0000 Content-Type: text/plain; charset=ISO-8859-1 X-Received-Bytes: 1648 X-Received-Body-CRC: 3269078361 Xref: csiph.com comp.lang.python:99224 Hmm .. I am a slow learner and have poor memory. Sometimes when I see a new programming operator, I have to type it out so that I can remember it and let it sink into my brain On Sunday, November 22, 2015 at 6:24:28 AM UTC+8, Jon Ribbens wrote: > On 2015-11-21, Cai Gengyang wrote: > > Comparators, interesting ... > > > >>>> booltwo = (10 + 18) == 3**17 > >>>> booltwo > > False > > What's interesting about that?