Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created December 5, 2021 16:34
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/878650ea4ed50537f31d8c8109dddd33 to your computer and use it in GitHub Desktop.
Save parzibyte/878650ea4ed50537f31d8c8109dddd33 to your computer and use it in GitHub Desktop.
with open(ruta) as archivo:
for linea in archivo:
print(linea)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment