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]
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]