Skip to content

Instantly share code, notes, and snippets.

@saikatkumardey
Created September 9, 2014 08:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save saikatkumardey/d7eb7aec8225c5ef74d5 to your computer and use it in GitHub Desktop.
Save saikatkumardey/d7eb7aec8225c5ef74d5 to your computer and use it in GitHub Desktop.
Find number of digits of 100!
import math
print len(str(math.factorial(100)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment