Run
mystring = 'python examples' # Length of string length = len(mystring) print('Length of the string is:', length)
Output