Introduction
The len() function helps you find out how many items are in something, like a list or a word.
When you want to know how many letters are in a word.
When you need to count how many things are in a list or a box.
When checking if a string is empty or has some text.
When you want to loop through all items but need to know how many first.
When you want to limit input size by checking its length.