Most viewed recipes tagged "zero"http://code.activestate.com/recipes/tags/zero/views/2011-08-15T17:23:03-07:00ActiveState Code RecipesCalculate Trailing Zeroes in a Factorial (Python)
2011-08-15T17:23:03-07:00Stijn de Graafhttp://code.activestate.com/recipes/users/4178055/http://code.activestate.com/recipes/577844-calculate-trailing-zeroes-in-a-factorial/
<p style="color: grey">
Python
recipe 577844
by <a href="/recipes/users/4178055/">Stijn de Graaf</a>
(<a href="/recipes/tags/calculate/">calculate</a>, <a href="/recipes/tags/calculation/">calculation</a>, <a href="/recipes/tags/factorial/">factorial</a>, <a href="/recipes/tags/trailing/">trailing</a>, <a href="/recipes/tags/zero/">zero</a>, <a href="/recipes/tags/zeroes/">zeroes</a>).
</p>
<p>Calculates the number of trailing zeroes on the end of x! when the user inputs x.</p>