Count Occurrences

Given a list of integers and a target integer, return the number of times the target integer appears in the list.
[4, 1, 4, 3, 4, 2]
4
Total : 0 Discussion
Login