x = [1, 2, 3] y = [2, 3, 4] print(len(set(x)) + len(set(y)))
Not registered? Create an account
Forgot Password?
Already a registered user? Login