# operations like changing case, searching for substrings, replacing characters, and more. # 1. len(): Get Length of the String # The len() function returns the number of characters in a string, ...
#Write a Python program to check the nth-1 string is a proper substring of the nth string in a given list of strings.