list_a = ["Hello", 2, 15, "World", 34] #just the array number_of_elements = len(list_a) print("Number of elements in the list: ", number_of_elements)