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.
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to