Question: Consider the string str=Global Warming Write statements in Python to implement the following (a) To display the last four characters. (b) To display the substring

Consider the string str="Global Warming Write statements in Python to implement the following (a) To display the last four characters. (b) To display the substring starting from index 4 and ending at index 8. (c) To check whether string has alphanu-meric characters or not (d) To trim the last four characters from the string. (e) To trim the first four characters from the string. (f) To display the starting index for the substring , Wad. (g) To change the case of the given string. (h) To check if the string is in title case (i) To replace all the occurrences of letter ,,ad in the string with , *
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
