k=input()
k.rstrip()
l=[]
for i in k:
if i.isalpha():
i=i.lower()
if i not in l:
l.append(i)
if len(l)==26:
print('yes')
else:
print('no')
k=input()
k.rstrip()
l=[]
for i in k:
if i.isalpha():
i=i.lower()
if i not in l:
l.append(i)
if len(l)==26:
print('yes')
else:
print('no')
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