Skip to main content

Command Palette

Search for a command to run...

Day 15 Task: Python Libraries for DevOps

Published
1 min read
Day 15 Task: Python Libraries for DevOps

Tasks 1:

  1. Create a Dictionary in Python and write it to a json File.

Task 2:

  1. 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

Happy Learning!!!