Skip to content

Instantly share code, notes, and snippets.

@sumeet
Created May 2, 2012 08:03
Show Gist options
  • Save sumeet/2574946 to your computer and use it in GitHub Desktop.
Save sumeet/2574946 to your computer and use it in GitHub Desktop.
I never knew.
>>> xrange(2 ** 100)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
OverflowError: long int too large to convert to int
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment