Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python max_int

# Python 2 Max Int

import sys
print(sys.maxint)
print (type(sys.maxint))
Source by itsmycode.com #
 
PREVIOUS NEXT
Tagged: #python
ADD COMMENT
Topic
Name
9+7 =