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

 

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!