10. How many letters are different in the literal value of 70 characters?
Create an existing detection program.
s = input('Enter string: ') s2 = ''.join((filter(str.isalpha, s))) count = len(set(s2.lower())) print(count)
Need a fast expert's response?
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!
Comments
Leave a comment