Computer Networking: A Top-Down Approach (7th Edition)
Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN: 9780133594140
Author: James Kurose, Keith Ross
Publisher: PEARSON
Bartleby Related Questions Icon

Related questions

Question
Please write me an python (We cannot have while true and break)
# Problem #2 Counting Letters #

Write a program named **WordCount** that asks the user to input a word or phrase. Then ask the user to enter a letter to be counted. Count the number of times the selected letter appears in the word and display the letter and the count. **HINT**: find a built-in method that will do this for you in one line of code. Do it both case sensitive and case insensitive.

This program needs to practice our use of functions:
- **main()** accepts user input, passes the values to countLetters(), receives a count and prints it with a message.
- **countLetters()** accepts a word and a letter (in that order) and returns the count.

This program must work with any word input.

**Sample Output**
```
Please enter a word or phrase: I love Python programming
What letter are you looking for? p
p is found 1 times case sensitive.
p is found 2 times case insensitive.
```
expand button
Transcribed Image Text:# Problem #2 Counting Letters # Write a program named **WordCount** that asks the user to input a word or phrase. Then ask the user to enter a letter to be counted. Count the number of times the selected letter appears in the word and display the letter and the count. **HINT**: find a built-in method that will do this for you in one line of code. Do it both case sensitive and case insensitive. This program needs to practice our use of functions: - **main()** accepts user input, passes the values to countLetters(), receives a count and prints it with a message. - **countLetters()** accepts a word and a letter (in that order) and returns the count. This program must work with any word input. **Sample Output** ``` Please enter a word or phrase: I love Python programming What letter are you looking for? p p is found 1 times case sensitive. p is found 2 times case insensitive. ```
Expert Solution
Check Mark
Knowledge Booster
Background pattern image
Similar questions
Recommended textbooks for you
Text book image
Computer Networking: A Top-Down Approach (7th Edi...
Computer Engineering
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:PEARSON
Text book image
Computer Organization and Design MIPS Edition, Fi...
Computer Engineering
ISBN:9780124077263
Author:David A. Patterson, John L. Hennessy
Publisher:Elsevier Science
Text book image
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:9781337569330
Author:Jill West, Tamara Dean, Jean Andrews
Publisher:Cengage Learning
Text book image
Concepts of Database Management
Computer Engineering
ISBN:9781337093422
Author:Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:Cengage Learning
Text book image
Prelude to Programming
Computer Engineering
ISBN:9780133750423
Author:VENIT, Stewart
Publisher:Pearson Education
Text book image
Sc Business Data Communications and Networking, T...
Computer Engineering
ISBN:9781119368830
Author:FITZGERALD
Publisher:WILEY