Answer to Question #274501 in Python for Holik

Question #274501

10. How many letters are different in the literal value of 70 characters?


Create an existing detection program.

1
Expert's answer
2021-12-02T06:47:10-0500
s = input('Enter string: ')
s2 =  ''.join((filter(str.isalpha, s)))
count = len(set(s2.lower()))
print(count)

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS