t539.py 85 B

123
  1. print type(int(3999999999.0))
  2. print int(3999999999.0)
  3. print type(int(pow(2,53) + 2))