List Functions

Since a str are considered to be a list of characters, the Python list functions are used to manipulate strings.

Length of a list

len(listName)Â