From 92078fa670460aaa45cbd61e326e04264b3dc2cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luiz=20Ot=C3=A1vio?= Date: Mon, 14 Nov 2022 09:31:03 -0300 Subject: [PATCH] =?UTF-8?q?Exerc=C3=ADcio=20-=20Salve=20sua=20classe=20em?= =?UTF-8?q?=20JSON?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aula127_a.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 aula127_a.py diff --git a/aula127_a.py b/aula127_a.py new file mode 100644 index 0000000..8a75114 --- /dev/null +++ b/aula127_a.py @@ -0,0 +1,5 @@ +# Exercício - Salve sua classe em JSON +# Salve os dados da sua classe em JSON +# e depois crie novamente as instâncias +# da classe com os dados salvos +# Faça em arquivos separados.