Question: write a Python function that asks the user for five strings. display the strings which contain the letter a or A. Assume strings are case
3. Write a Python function that asks the user for five strings. Display the strings which contain the letter a or A. Assume strings are case sensitive. (20 pts) Test case: input: "python", "is", "fun", "and", "easy", display "and", "easy
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
