[Tutor] regarding some basic element

abhijeet560 at yahoo.in abhijeet560 at yahoo.in
Sun Apr 3 13:31:32 EDT 2016


want the zero trailed form this :check the code please:
num=int(raw_input())
fact=0for x in xrange(1, num+1): fact= fact*x str(fact)l= len(fact)for x in reversed(xrange(l)): if x==0: c+=1print c
having issue in this code ..?


More information about the Tutor mailing list