Hacker News new | ask | show | jobs
by e12e 4764 days ago
Indeed. Just to verify that it's not just a difference in (string)representation, something like:

    print(9**32-(9**32-5))
Also works (brython returns 0, python2&3 return 5)