ABHIJEET SINGHabhijeetsingh274.hashnode.dev·Apr 2, 2023Day 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", ...2 likes·90 readsDevopsAdd a thoughtful commentNo comments yetBe the first to start the conversation.