Created
September 9, 2014 08:15
-
-
Save saikatkumardey/d7eb7aec8225c5ef74d5 to your computer and use it in GitHub Desktop.
Find number of digits of 100!
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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