Count how many times each word appears in a list. Given ["apple", "banana", "apple", "cherry", "banana", "apple"], return a dictionary: {"apple": 3, "banana": 2, "cherry": 1} This is a classic dictionary pattern. Think about how to update counts.
##### ###### ##### ### # # ### # # ###### ## ## ## ## ## ## ## # # # # # ## ##### #### ##### # # # # # # # #### ## # ## ## ## ## # # # # # ## ## # ###### ## ### # ### # ######
$ curl repovive.com/roadmaps/python/dictionaries/word-count
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░███████████████████████████████████████████████████████████