In this short article, I’ll try to explain why we get the following: — In this short article, I’ll try to explain why we get the following: $ python3
Python 3.9.0 (default, Dec 6 2020, 18:02:34)
[Clang 12.0.0 (clang-1200.0.32.27)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> ~True
-2 Think about bool, you'll find that it is numeric in nature…