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...
TCS Software Developer Interview Questions
Stay ahead in your career. Get AmbitionBox app
qr-code
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

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter