what is the ue of dump
>>>>>
this is aaysha
and what about u
Answers
Answered by
2
Answer:
Oh hi aaysha
how are you ?
sorry if I interrupted
Explanation:
The dump() method is used when the Python objects have to be stored in a file. The dumps() is used when the objects are required to be in string format and is used for parsing, printing, etc, . The dump() needs the json file name in which the output has to be stored as an argument.
Similar questions