question archive Complete the code in the function that given a list of P of positive integers and a digit g, counts the number of occurrences of g in the number of the list P Execution example: >>> count_of_given_digit_in_numbers_in_list([236,18273,233,2],2) 4
Subject:Computer SciencePrice: Bought3
Complete the code in the function that given a list of P of positive integers and a digit g, counts the number of occurrences of g in the number of the list P
Execution example:
>>> count_of_given_digit_in_numbers_in_list([236,18273,233,2],2)
4