Python can handle really large integers : Long : Data Type PYTHON TUTORIALS


PYTHON TUTORIALS » Data Type » Long »

 

Python can handle really large integers


long integer is written just like an ordinary integer but with an L at the end


print 1000000000000000000L 
print 123123123123123123123L 123123123123123123123L 23



Leave a Comment / Note


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


PYTHON TUTORIALS

 Navioo Data Type
» Long