Question: 15. Write a function that accepts a string as an argument and returns true if the argument ends with the substring .com. Otherwise, the function
15. Write a function that accepts a string as an argument and returns true if the argument ends with the substring .com. Otherwise, the function should return false.
16. Write a program that accepts as input a sentence in which all of the words are run together but the first character of each word is uppercase. Convert the sentence to a string in which the words are separated by spaces and only the first word starts with an uppercase letter. For example the string StopAndSmellTheRoses. would be converted to Stop and smell the roses.
17. If we take 47, reverse and add, 47 + 74 = 121, which is palindromic. Check for such numbers below 1000.
Solve in python
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
