Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created August 31, 2020 16:12
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/60d81c00dda0169eb546adcc6622b1a3 to your computer and use it in GitHub Desktop.
Save parzibyte/60d81c00dda0169eb546adcc6622b1a3 to your computer and use it in GitHub Desktop.
# https://parzibyte.me/blog
lista = ["Luis", "María", "Maggie"]
longitud = len(lista)
print("La longitud es: ")
print(longitud)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment