Skip to content

Instantly share code, notes, and snippets.

@juanitobanca
Created March 2, 2017 22:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save juanitobanca/c72e833f1a3d2808679e29e425edd060 to your computer and use it in GitHub Desktop.
Save juanitobanca/c72e833f1a3d2808679e29e425edd060 to your computer and use it in GitHub Desktop.
# Lista
lista = [ -1, 3, 2, 0, -5, -3 ]
#Tripletas
(-5, 2, 3), (-3, 0, 3), (-1, -1, 2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment