SilentGhost <[email protected]> added the comment:
>>> 0b1110 + 0b1010 24 >>> bin(0b1110 + 0b1010) '0b11000' Can you explain how this is not enough? ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue39644> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
