python 2.7 string length code example
Example: python 3 string length
#!/usr/bin/python3
str = "this is string example....wow!!!"
print ("Length of the string: ", len(str))
#!/usr/bin/python3
str = "this is string example....wow!!!"
print ("Length of the string: ", len(str))