1
I have four lists of their values:
A = [1,2,3,4,5,6,7,8,9,10]
B = [1,2,3]
C = [4,5,6]
D = [7,8,9,10]
Would it have any function to compare list A with the other three lists and tell how many numbers on list A are repeated with those on the next three lists? For example: List A contains 3 numbers from list B, list A contains 3 numbers from list C, list A contains 4 numbers from list D.
@Eduardomarques imagine! We’ve all been beginners. I’m glad I could help!
– Pedro von Hertwig Batista