from collections import Counter
fruits = ["apple", "banana", "apple", "orange", "banana", "apple"]
counter = Counter(fruits)
print(counter)
# your code goes here
ZnJvbSBjb2xsZWN0aW9ucyBpbXBvcnQgQ291bnRlcgoKZnJ1aXRzID0gWyJhcHBsZSIsICJiYW5hbmEiLCAiYXBwbGUiLCAib3JhbmdlIiwgImJhbmFuYSIsICJhcHBsZSJdCmNvdW50ZXIgPSBDb3VudGVyKGZydWl0cykKCnByaW50KGNvdW50ZXIpCiMgeW91ciBjb2RlIGdvZXMgaGVyZQ==