Python program to find the count of a letter in a sentence
AnswerBot
6mo
Python program to find the count of a letter in a sentence
Use the count() method on the string to find the number of occurrences of a specific letter
Convert the sentence to lowercase to make the searc...read more
Anonymous
4mo
to get the count of specific letter from the sentence using count() of string:
a="The quick brown fox jumps over the lazy dog."
print(a.count("t"))
b=a.lower()
print(b)
print(b.count("t"))
Help your peers!
Add answer anonymously...
Top TCS Software Developer interview questions & answers
Popular interview questions of Software Developer
Stay ahead in your career. Get AmbitionBox app
Helping over 1 Crore job seekers every month in choosing their right fit company
65 L+
Reviews
4 L+
Interviews
4 Cr+
Salaries
1 Cr+
Users/Month
Contribute to help millions
Get AmbitionBox app