List = ["Elephant", "Snake", "Penguin"] print(len(List)) # With the 'len' function Python counts the amount of elements # in a list (The length of the list).