Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created December 5, 2021 16:37
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/8b376bedc3b2a33c1d49b08a3bb1ce4a to your computer and use it in GitHub Desktop.
Save parzibyte/8b376bedc3b2a33c1d49b08a3bb1ce4a to your computer and use it in GitHub Desktop.
with open(ruta) as archivo:
next(archivo) # Descartar la primera línea
for linea in archivo:
print(linea)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment