PYTHON:
po=0
s=int(input())
while s%10==0:
s//=10
for d in str(s):
if d=="0":
po+=1
print(po)
Hi friends....
In this blog I'm going to give answer for daily test skillrack program, daily challenges and kick start programs and give some coding techniques.
It'll be helpful for u sure and make it usefull
Learn More →
0 Comments