a = [1, 2, 3, 4]b = [3, 4, 5, 6]c = [x for x in a if x not in b]print(c)
Not registered? Create an account
Forgot Password?
Already a registered user? Login