[Tutor] Hi there,

yehudak . katye2007 at gmail.com
Sat Jan 2 07:45:30 EST 2016


I'm trying to write a Python 3.5 program to find how many trailing zeros
are in 100! (factorial of 100).
I downloaded factorial from Math module, but all my efforts to solve the
problem failed.

I know the mathematical way to solve it (resulting in 24), but I want a
Python solution.

Thank you.


More information about the Tutor mailing list