Solução - Exercício + if __name__ == '__main__'

This commit is contained in:
Luiz Otávio
2022-11-14 09:53:30 -03:00
parent 92078fa670
commit b6bb185969
3 changed files with 55 additions and 0 deletions

14
aula127.json Normal file
View File

@@ -0,0 +1,14 @@
[
{
"nome": "João",
"idade": 33
},
{
"nome": "Helena",
"idade": 21
},
{
"nome": "Joana",
"idade": 11
}
]