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

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

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 Databases Questions!