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