Just as words are collections of letters, strings are collections of characters. We count the length of a string by its characters.

There are exactly 20 characters in the word variable. We can use .count on any string.