Mega Code Archive

 
Categories / Python / Data Type
 

Adding 1 to maxint

from sys import * print maxint print -maxint print maxint + 1