Skip to content

Instantly share code, notes, and snippets.

@abevieiramota
Created July 28, 2022 18:01
Show Gist options
  • Save abevieiramota/21f1cee4144171e4b0bd971a5624130d to your computer and use it in GitHub Desktop.
Save abevieiramota/21f1cee4144171e4b0bd971a5624130d to your computer and use it in GitHub Desktop.
principal = {'titulos': []}
# for...
titulo = {'titulo_identificador': ..., 'capitulos': []}
principal['titulos'].append(titulo)
# for...
capitulo = {'capitulo_identificador': ...}
titulo['capitulos'].append(capitulo)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment