Question: The function below takes a single string parameter: sentence. Complete the function to return a list of strings that are in the sentence that

The function below takes a single string parameter: sentence. Complete the function to return a list of strings that are in the sentence that contain a lowercase letter 'a'. Hint: you may find the split method and in operator useful in solving this problem. print.py 1- bef get strings with_letter a(sentence):
Step by Step Solution
3.47 Rating (160 Votes )
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
