Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created April 22, 2020 22:43
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/67b32b5df2c269516d3b0531c415e0a9 to your computer and use it in GitHub Desktop.
Save parzibyte/67b32b5df2c269516d3b0531c415e0a9 to your computer and use it in GitHub Desktop.
lista = ["Claire", "Leon", "Tyrant"]
for nombre in lista:
print(nombre)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment