You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version:
Python 3.13.5 (installed globally on macOS 14.x, M1 architecture) although I seem to be getting the same issue on 3.11.6 which concerns me
The binary result 0b1101111111 corresponds to decimal 891, yet the interpreter returns 895.
This indicates a mismatch between the binary and decimal representations of the result.