Guest User

Untitled

a guest
Jan 19th, 2018
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.07 KB | None | 0 0
  1. import math
  2. n=1
  3. while 100**n < math.factorial(100):
  4. n+=1
  5. print(n)
Add Comment
Please, Sign In to add comment