I have 5 set of lists and some of strings in those lists are repetitive
now! I wanna know the number of repetition! for example the word "A" is in all of my lists by "B" is just in "3" or "C" is in 4 of them.
How can I sort this problem, by using remove() I faced to wrong answer
Thank you in advance!