Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created March 13, 2022 00: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/01e429652298e2f36d2f4d6f6ae86ace to your computer and use it in GitHub Desktop.
Save parzibyte/01e429652298e2f36d2f4d6f6ae86ace to your computer and use it in GitHub Desktop.
separador = ","
with open(nombre_archivo, encoding="utf-8") as archivo:
next(archivo) # Omitir encabezado del archivo
alumnos = []
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment