fork download
  1. cont = 0
  2. seq = []
  3. max = 10
  4. for x in seq:
  5. if x == max:
  6. cont = cont + 1
  7. print(cont)
  8.  
  9. #https://pt.stackoverflow.com/q/190997/101
Success #stdin #stdout 0.02s 9172KB
stdin
Standard input is empty
stdout
0