My dotfiles
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

printEnvVariables.py 154 B

4 years ago
1234567
  1. # Copyright (c) Microsoft Corporation. All rights reserved.
  2. # Licensed under the MIT License.
  3. import os
  4. import json
  5. print(json.dumps(dict(os.environ)))