Day 15 Task: Python Libraries for DevOps
Create a Dictionary in Python and write it to a JSON File.
json.dumps() : It is used to convert a dictionary to JSON string.
2. Read a json file services.json kept in this folder and print the service names of every cloud service provider.
output
a...
dimple.hashnode.dev1 min read