Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #197213

Re: bool type have big problem. finally program returned "True".Is this the TRUE spec?

From Alan Bawden <alan@csail.mit.edu>
Newsgroups comp.lang.python
Subject Re: bool type have big problem. finally program returned "True".Is this the TRUE spec?
Date 2025-01-20 14:16 -0500
Organization ITS Preservation Society
Message-ID <865xm95m91.fsf@williamsburg.bawden.org> (permalink)
References <CAAoNPLevMbMzeuCRKDqY2n6Wg2=fkSUohHEGAhN0tS83hne07Q@mail.gmail.com> <mailman.92.1737391296.2912.python-list@python.org>

Show all headers | View raw


あうぇくろ <deqser25@gmail.com> writes:

   tpr=composite(type,print)
   print(tpr('a')==tpr(1))
   Why does tpr('a')==tpr(1) return True?

Because tpr always returns the value None.

Back to comp.lang.python | Previous | NextPrevious in thread | Find similar


Thread

bool type have big problem. finally program returned "True".Is this the TRUE spec? あうぇくろ <deqser25@gmail.com> - 2025-01-18 21:55 +0900
  Re: bool type have big problem. finally program returned "True".Is this the TRUE spec? Alan Bawden <alan@csail.mit.edu> - 2025-01-20 14:16 -0500

csiph-web