I have to implement the following statement:
Design a function that receives two lists and returns common elements to
both, without repeating any (intersection of sets).
Example: if you receive the lists [1, 2, 1] and [2, 3, 2, 4], you...
asked by
08.01.2018 / 13:47