Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created April 17, 2018 21:23
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 parzibyte/f2d1f0d855e45b197e8f6e627c2663e0 to your computer and use it in GitHub Desktop.
Save parzibyte/f2d1f0d855e45b197e8f6e627c2663e0 to your computer and use it in GitHub Desktop.
lista = [1, 50, 30]
indice = lista.index(50)
print("El número 50 está en la posición {} de la lista".format(indice))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment