Question: Define a function is_sentence that consumes a string and returns a boolean indicating whether the string ends in a . , ? , or !

Define a function is_sentence that consumes a string and returns a boolean indicating whether the string ends in a "." , "?" , or "!" . For example, the string "Hello?" would return True but the string "Dog" would return False Note: Your function will be unit tested against multiple strings. It is not enough to get the right output for string. Note: You are not allowed to use an if statement
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
