Adding 1 to maxint : Maxint : Data Type PYTHON examples


PYTHON examples » Data Type » Maxint »

 

Adding 1 to maxint


Adding 1 to maxint

from sys import *
print maxint

print -maxint

print maxint + 1

           
       



    Related Scripts with Example Source Code in same category :

Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .


PYTHON examples

 Navioo Data Type
» Maxint