Source Code:
(back to article)
A = {1, 2, 3} B = {2, 3, 4} A.update(B) print(A)
Result:
Report an issue