Solved

Write a Simple Python Program That Prompts the User for a Letter

Question 70

Essay

Write a simple Python program that prompts the user for a letter (in lower case) to search for, and then prompts the user to enter a series of words (using all lower case letters), one by one, until the Enter key is hit. The program should display how many of the words entered contained the search letter.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions