⚠⚠One samll request to all
please change variables to solve programs that's safe for u
n=input().strip()
for i in range(len(n)-1):
if n[i]!='0':
print(int(int(n[i])*(n[i+1:])))
n=input().strip()
for i in range(len(n)-1):
if n[i]!='0':
print(int(int(n[i])*(n[i+1:])))
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