Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created September 12, 2020 01:28
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/44702309ba51bf6778460da51485f78d to your computer and use it in GitHub Desktop.
Save parzibyte/44702309ba51bf6778460da51485f78d to your computer and use it in GitHub Desktop.
def escribirGrupos(grupos):
with open(nombreArchivoGrupos, "w") as archivo:
for grupo in grupos:
archivo.write(grupo + "\n")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment