Python len function - get the lenght of the list
Example:
list = [1, "apple", 2, "banana"] print(len(list))
Output:
4