defcomputeit(limit):
dsts=xrange(1,limit+1)
b,p=0,0
rst=dsts
whilerst:
base=5**p
rst=[xforxinrstifx/base%5==0]
ifrst:
b+=len(rst)
p+=1
returnb
computeit(300)
computeit(500000)
defcomputeit(limit):
dsts=xrange(1,limit+1)
b,p=0,0
rst=dsts
whilerst:
base=5**p
rst=[xforxinrstifx/base%5==0]
ifrst:
b+=len(rst)
p+=1
returnb
computeit(300)
computeit(500000)