[Python-ideas] Python Numbers as Human Concept Decimal System

Tim Peters tim.peters at gmail.com
Sun Mar 9 04:21:15 CET 2014


[Mark H. Harris]
> I found a proof once that proved that 1==2,  but I can't find it...  let you
> know.

Dead easy:

>>> 1e100 + 1 == 1e100 + 2
True

Now just subtract 1e100 from both sides ;-)


More information about the Python-ideas mailing list