>>> hello = "Hello, World!" >>> print(len(hello)) 13
The len() function returns the length of a string