Python Demo
Python Code
Output
#A Demo of String length str_len = "The example of getting length of string" print ("string length =", len(str_len))