[issue39644] Add Binary module.

SilentGhost report at bugs.python.org
Sun Feb 16 04:07:50 EST 2020


SilentGhost <ghost.adh at runbox.com> added the comment:

>>> 0b1110 + 0b1010
24
>>> bin(0b1110 + 0b1010)
'0b11000'

Can you explain how this is not enough?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39644>
_______________________________________


More information about the Python-bugs-list mailing list