# Our array arr = [82, 49, 82, 82, 41, 82, 15, 63, 38, 25] # let's print the number of 82 in our array/list print(arr.count(82)) # it will print : 4