from __future__ import division x = 2**53+3print int(x/2)print x//2
Standard input is empty
4503599627370498 4503599627370497
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!