| [ Web Proxy ] |
| Viewing: https://raw.githubusercontent.com/thy09/vscode-python/master/pythonFiles/printEnvVariables.py | [Back] [Original] |
# Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. import os import json print(json.dumps(dict(os.environ)))
| Web Proxy Viewer | New URL | Original Page |