cont = 0
seq = []
max = 10
for x in seq:
    if x == max:
        cont = cont + 1
print(cont)

#https://pt.stackoverflow.com/q/190997/101