Advertisements
Advertisements
Question
Write the Python statement for the following task using the BUILT-IN function/method only:
To check whether a string named, message ends with a full stop/period or not.
One Line Answer
Advertisements
Solution
message.endswith('.')shaalaa.com
Is there an error in this question or solution?
