Good morning, could you help me with a question?
How do I return the amount of elements that are repeated in a list in python?
For example:
A list = [4,2,1,6,1,4,4] should return the value 2 because there are two elements that are repeated in th...
asked by
24.05.2018 / 17:41