Question: Using Python: Prompt the user to enter a word and a single character. You can always assume the user will provide you with a valid
Using Python:
Prompt the user to enter a word and a single character. You can always assume the user will provide you with a valid word and a single character.
Next, examine the word and determine how many times the character has been used in the word. Make your program case insensitive. For example:
Enter a word: Pikachu is a pokemon Enter a char: p There are 2 p's in your word
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
