len() (Python)

len() is a built-in function that returns the number of items in an object — the number of characters in a string, or the number of elements in a list…