Predict the output

x = [1, 2, 3]
y = [2, 3, 4]
print(len(set(x)) + len(set(y)))

Posted on by