0

Given two list A and B, It the following the way to put all elements in teo set together avoiding repetitions?

[i for i in A \if i not in B]
user42493
  • 813
  • 4
  • 14
  • 34

0 Answers0