Jasten
Jasten
25.11.2019 • 
Engineering

The function below takes two string parameters: sentence is a string containing a series of words separated by whitespace and letter is a string containing a single lower case letter. complete the function to return a string containing one of the words in sentence that contains letter (in either upper case or lower case). your code should return the word with its capitalization in the original sentence. if there are multiple words in sentence that contain letter, you can return any of them. student.py

Solved
Show answers

Ask an AI advisor a question