728x90
def solution(array, n):
    answer = array.count(n)
    return answer
728x90

+ Recent posts