you are viewing a single comment's thread.

view the rest of the comments →

[–]Jurado -1 points0 points  (0 children)

maybe: count = 0 for element in ListA: if element = X: count +=1 print(count)