Skip to content

Instantly share code, notes, and snippets.

@agiletalk
Created November 7, 2014 02:38
Show Gist options
  • Save agiletalk/50d485e9b89046da70d1 to your computer and use it in GitHub Desktop.
Save agiletalk/50d485e9b89046da70d1 to your computer and use it in GitHub Desktop.
__author__ = 'agiletalk'
from math import factorial
print(eval("+".join(list(str(factorial(100))))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment