filmov
tv
How To Save and Retrieve Python Dictionary Object in File Using JSON dump() and load()

Показать описание
How To Save and Retrieve Python Dictionary Object in File Using JSON dump() & load() Explained with examples in Malayalam.
Source Code:
import json
person = dict(fname="Ajith",lname="Kumar",age=25)
print(person1)
print(type(person1))
#pythonprogramming #pythontutorial #pythonforbeginners
Source Code:
import json
person = dict(fname="Ajith",lname="Kumar",age=25)
print(person1)
print(type(person1))
#pythonprogramming #pythontutorial #pythonforbeginners