how to find the length of a string python code example Example: how to get length of string in python string = "test" print(len(string)) #>>> Output "4"