Day 15 Task: Python Libraries for DevOps:
Task-1 - Create a Dictionary in Python and write it to a JSON File:
Step-1 create a file name create_dict.py
touch create_dict.py
Here I have written a file into it and will import it into JSON File :
import json
my_dict = {
"name": "John",
...
abhijeetblog1.dev2 min read