Trailing zeros of 100!
Hi, newbie here! I'm trying to write a python program to find how many trailing zeros are in 100! (factorial of 100). I used factorial from the math module, but my efforts to continue failed. Please help. Thank you, Yehuda -- https://mail.python.org/mailman/listinfo/python-list
Re: Trailing zeros of 100!
On Saturday, January 2, 2016 at 1:49:47 PM UTC+2, [email protected] wrote: > Hi, newbie here! > I'm trying to write a python program to find how many trailing zeros are in > 100! (factorial of 100). > I used factorial from the math module, but my efforts to continue failed. > Please help. > > Thank you, > Yehuda Thank ou, David, for your help and kindness. -- https://mail.python.org/mailman/listinfo/python-list
