Untitled
RonGut23
plain_text
a year ago
273 B
7
Indexable
import json # Criar ou ler JSON existente usuario ="""{ "name": "Ronaldo Kaizer", "age": 20, "city": "Paraná", "isStudent": true, "gpa":2.4 }""" with open('Frio.json','w',encoding='utf-8') as arquivo_json: json.dump(usuario,arquivo_json)
Editor is loading...
Leave a Comment