Skip to content

Instantly share code, notes, and snippets.

@jorgevilaca82
Created January 6, 2021 19:29
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 jorgevilaca82/41aa6fc7c9e493a2d6b73b97232134cf to your computer and use it in GitHub Desktop.
Save jorgevilaca82/41aa6fc7c9e493a2d6b73b97232134cf to your computer and use it in GitHub Desktop.
pessoas = [
{ 'nome': 'João', "idade": 64 },
{ 'nome': 'Janete', "idade": 34 },
{ 'nome': 'Eduardo', "idade": 24 },
{ 'nome': 'Sara', "idade": 64 },
{ 'nome': 'José', "idade": 32 },
{ 'nome': 'Lisa', "idade": 34 },
{ 'nome': 'Mário', "idade": 99 },
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment