Skip to content

Instantly share code, notes, and snippets.

@raphapassini
Created November 20, 2015 20:08
Show Gist options
  • Save raphapassini/28ab966c0dd7c91a4c21 to your computer and use it in GitHub Desktop.
Save raphapassini/28ab966c0dd7c91a4c21 to your computer and use it in GitHub Desktop.
lista1 = [10, 20, 30, 40]
lista2 = [10, 30, 100, 110, 44]
resultado = set(lista1) - set(lista2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment