Day 15 Task: Python Libraries for DevOps
Tasks 1:
Create a Dictionary in Python and write it to a json File.
Task 2:
Read a json file services.json kept in this folder and print the service names of every cloud service provider.
output
aws : ec2
azure : VM
gcp : compute engine
H...
amit-tiwari.hashnode.dev1 min read